File tree Expand file tree Collapse file tree 2 files changed +190
-122
lines changed Expand file tree Collapse file tree 2 files changed +190
-122
lines changed Original file line number Diff line number Diff line change 105105 ;; CHECK-NEXT: (block
106106 ;; CHECK-NEXT: (block $__return_call
107107 ;; CHECK-NEXT: (block
108- ;; CHECK-NEXT: (try_table
109- ;; CHECK-NEXT: (unreachable)
110- ;; CHECK-NEXT: (br $__return_call)
108+ ;; CHECK-NEXT: (try $try
109+ ;; CHECK-NEXT: (do
110+ ;; CHECK-NEXT: (unreachable)
111+ ;; CHECK-NEXT: (br $__return_call)
112+ ;; CHECK-NEXT: )
111113 ;; CHECK-NEXT: )
112114 ;; CHECK-NEXT: )
113115 ;; CHECK-NEXT: )
125127 )
126128 )
127129
128- ;; Same as above, but with a return_call with a try_table
130+ ;; Same as above, but with a return_call with a try block
129131 (func $callee-2 (result i32 )
130- (try_table
131- (return_call $imported
132- (unreachable )
133- )
132+ (try
133+ (do
134+ (return_call $imported
135+ (unreachable )
136+ )
137+ )
134138 )
135139 )
136140)
You can’t perform that action at this time.
0 commit comments