diff options
Diffstat (limited to 'test/passes/post-emscripten.txt')
-rw-r--r-- | test/passes/post-emscripten.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/post-emscripten.txt b/test/passes/post-emscripten.txt index 947318051..a1bac030a 100644 --- a/test/passes/post-emscripten.txt +++ b/test/passes/post-emscripten.txt @@ -6,7 +6,7 @@ (import "global.Math" "pow" (func $Math_pow (param f64 f64) (result f64))) (memory $0 256 256) (export "load-off-2" (func $load-off-2)) - (func $b0 (type $0) (param $x i32) + (func $b0 (; 1 ;) (type $0) (param $x i32) (drop (i32.load offset=1 (get_local $x) @@ -44,7 +44,7 @@ ) ) ) - (func $load-off-2 (type $2) (param $0 i32) (result i32) + (func $load-off-2 (; 2 ;) (type $2) (param $0 i32) (result i32) (i32.store (i32.const 6) (get_local $0) @@ -115,7 +115,7 @@ (get_local $0) ) ) - (func $pow2 (type $3) + (func $pow2 (; 3 ;) (type $3) (local $x f64) (local $y f64) (local $2 f64) @@ -166,7 +166,7 @@ ) ) ) - (func $pow.2 (type $3) + (func $pow.2 (; 4 ;) (type $3) (drop (f64.sqrt (f64.const 1) |