File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 194
194
;; CHECK: (func $nested-try_table2 (type $0)
195
195
;; CHECK-NEXT: (local $x i32)
196
196
;; CHECK-NEXT: (local $exn exnref)
197
- ;; CHECK-NEXT: (local $pair (i32 exnref))
197
+ ;; CHECK-NEXT: (local $pair (tuple i32 exnref))
198
198
;; CHECK-NEXT: (block $catch_all0
199
199
;; CHECK-NEXT: (try_table (catch_all $catch_all0)
200
200
;; CHECK-NEXT: (local.set $pair
226
226
(func $nested-try_table2
227
227
(local $x i32 )
228
228
(local $exn exnref)
229
- (local $pair (i32 exnref))
229
+ (local $pair (tuple i32 exnref))
230
230
(block $catch_all0
231
231
(try_table (catch_all $catch_all0 )
232
232
(local.set $pair
254
254
;; CHECK: (func $nested-try_table3 (type $0)
255
255
;; CHECK-NEXT: (local $x i32)
256
256
;; CHECK-NEXT: (local $exn exnref)
257
- ;; CHECK-NEXT: (local $pair (i32 exnref))
257
+ ;; CHECK-NEXT: (local $pair (tuple i32 exnref))
258
258
;; CHECK-NEXT: (block $catch_all0
259
259
;; CHECK-NEXT: (try_table (catch_all $catch_all0)
260
260
;; CHECK-NEXT: (block $outer1
287
287
(func $nested-try_table3
288
288
(local $x i32 )
289
289
(local $exn exnref)
290
- (local $pair (i32 exnref))
290
+ (local $pair (tuple i32 exnref))
291
291
(block $catch_all0
292
292
(try_table (catch_all $catch_all0 )
293
293
(block $outer1
You can’t perform that action at this time.
0 commit comments