summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
Diffstat (limited to 'test/example')
-rw-r--r--test/example/c-api-kitchen-sink.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt
index 118e0c982..78638633b 100644
--- a/test/example/c-api-kitchen-sink.txt
+++ b/test/example/c-api-kitchen-sink.txt
@@ -676,7 +676,6 @@ optimized:
)
)
(func $nontrivial-loop-plus-phi-to-head (type $v)
- (local $0 i32)
(loop $shape$1$break $shape$1$continue
(if
(i32.eqz
@@ -686,12 +685,7 @@ optimized:
)
(if
(i32.const -6)
- (block
- (set_local $0
- (i32.const 4)
- )
- (br $shape$1$break)
- )
+ (br $shape$1$break)
(br $shape$1$continue)
)
)