diff options
author | Alon Zakai <azakai@google.com> | 2023-05-30 17:07:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 17:07:28 -0700 |
commit | 3b0b011b36797388a379da85b11e55830906cf0d (patch) | |
tree | 0d4a3110a8fe9304130fc012e330a870088890b0 /test/reduce | |
parent | 26ad3ffc326d54f893eee3f1d520b8f4c1cbfe11 (diff) | |
download | binaryen-3b0b011b36797388a379da85b11e55830906cf0d.tar.gz binaryen-3b0b011b36797388a379da85b11e55830906cf0d.tar.bz2 binaryen-3b0b011b36797388a379da85b11e55830906cf0d.zip |
StackIR: Remove nops (#5746)
No nop instruction is necessary in wasm, so in StackIR we can simply
remove them all.
Fixes #5745
Diffstat (limited to 'test/reduce')
-rw-r--r-- | test/reduce/memory_table.wast.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/reduce/memory_table.wast.txt b/test/reduce/memory_table.wast.txt index fe9e82072..aeffd691d 100644 --- a/test/reduce/memory_table.wast.txt +++ b/test/reduce/memory_table.wast.txt @@ -6,7 +6,6 @@ (export "f2" (func $1)) (export "f4" (func $2)) (func $0 - (nop) ) (func $1 (result i32) (i32.store |