diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 17:19:55 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 17:19:55 -0700 |
commit | 4d319b84d83ad3168ee798c52071e4b4b831e042 (patch) | |
tree | 992a4d5724d142353b3bf6f13806fb953ff4c511 /test | |
parent | 19abe35b2c6d191e14170c993e757cee786867cb (diff) | |
download | binaryen-4d319b84d83ad3168ee798c52071e4b4b831e042.tar.gz binaryen-4d319b84d83ad3168ee798c52071e4b4b831e042.tar.bz2 binaryen-4d319b84d83ad3168ee798c52071e4b4b831e042.zip |
use Nop
Diffstat (limited to 'test')
-rw-r--r-- | test/emcc_hello_world.wast | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast index c965c94f0..410a3b2b5 100644 --- a/test/emcc_hello_world.wast +++ b/test/emcc_hello_world.wast @@ -424,8 +424,7 @@ (i32.const 2047) ) ) - (block $SWITCH_PLACEHOLDER - ) + (nop) (break $topmost (convert sint32toDouble (get_local $$retval$0) @@ -6049,8 +6048,7 @@ ) (loop $label$break$L9 $label$continue$L9 (block - (block $SWITCH_PLACEHOLDER - ) + (nop) (set_local $$incdec$ptr (i32.add (get_local $$incdec$ptr169274) @@ -7911,8 +7909,7 @@ ) ) (block $label$break$L75 - (block $SWITCH_PLACEHOLDER - ) + (nop) ) (block $label$break$L308 (if @@ -9442,8 +9439,7 @@ (i32.const 0) ) (block $do-once$0 - (block $SWITCH_PLACEHOLDER - ) + (nop) ) ) ) |