diff options
Diffstat (limited to 'test/llvm_autogenerated/i32-load-store-alignment.wast')
-rw-r--r-- | test/llvm_autogenerated/i32-load-store-alignment.wast | 80 |
1 files changed, 30 insertions, 50 deletions
diff --git a/test/llvm_autogenerated/i32-load-store-alignment.wast b/test/llvm_autogenerated/i32-load-store-alignment.wast index e111b7110..eb22b9e8a 100644 --- a/test/llvm_autogenerated/i32-load-store-alignment.wast +++ b/test/llvm_autogenerated/i32-load-store-alignment.wast @@ -93,92 +93,72 @@ ) ) (func $sti32_a1 (param $0 i32) (param $1 i32) - (drop - (i32.store align=1 - (get_local $0) - (get_local $1) - ) + (i32.store align=1 + (get_local $0) + (get_local $1) ) (return) ) (func $sti32_a2 (param $0 i32) (param $1 i32) - (drop - (i32.store align=2 - (get_local $0) - (get_local $1) - ) + (i32.store align=2 + (get_local $0) + (get_local $1) ) (return) ) (func $sti32_a4 (param $0 i32) (param $1 i32) - (drop - (i32.store - (get_local $0) - (get_local $1) - ) + (i32.store + (get_local $0) + (get_local $1) ) (return) ) (func $sti32 (param $0 i32) (param $1 i32) - (drop - (i32.store - (get_local $0) - (get_local $1) - ) + (i32.store + (get_local $0) + (get_local $1) ) (return) ) (func $sti32_a8 (param $0 i32) (param $1 i32) - (drop - (i32.store - (get_local $0) - (get_local $1) - ) + (i32.store + (get_local $0) + (get_local $1) ) (return) ) (func $sti8_a1 (param $0 i32) (param $1 i32) - (drop - (i32.store8 - (get_local $0) - (get_local $1) - ) + (i32.store8 + (get_local $0) + (get_local $1) ) (return) ) (func $sti8_a2 (param $0 i32) (param $1 i32) - (drop - (i32.store8 - (get_local $0) - (get_local $1) - ) + (i32.store8 + (get_local $0) + (get_local $1) ) (return) ) (func $sti16_a1 (param $0 i32) (param $1 i32) - (drop - (i32.store16 align=1 - (get_local $0) - (get_local $1) - ) + (i32.store16 align=1 + (get_local $0) + (get_local $1) ) (return) ) (func $sti16_a2 (param $0 i32) (param $1 i32) - (drop - (i32.store16 - (get_local $0) - (get_local $1) - ) + (i32.store16 + (get_local $0) + (get_local $1) ) (return) ) (func $sti16_a4 (param $0 i32) (param $1 i32) - (drop - (i32.store16 - (get_local $0) - (get_local $1) - ) + (i32.store16 + (get_local $0) + (get_local $1) ) (return) ) |