diff options
Diffstat (limited to 'test/debugInfo.fromasm')
-rw-r--r-- | test/debugInfo.fromasm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/debugInfo.fromasm b/test/debugInfo.fromasm index 916e2fa8e..37f8688c1 100644 --- a/test/debugInfo.fromasm +++ b/test/debugInfo.fromasm @@ -12,14 +12,14 @@ (export "switch_reach" (func $switch_reach)) (export "nofile" (func $nofile)) (export "inlineInto" (func $inlineInto)) - (func $add (; 0 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) + (func $add (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) ;;@ tests/other_file.cpp:314159:0 (i32.add (local.get $1) (local.get $1) ) ) - (func $ret (; 1 ;) (; has Stack IR ;) (param $0 i32) (result i32) + (func $ret (; has Stack IR ;) (param $0 i32) (result i32) ;;@ return.cpp:50:0 (local.set $0 (i32.shl @@ -33,7 +33,7 @@ (i32.const 1) ) ) - (func $opts (; 2 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) + (func $opts (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) (local $2 i32) ;;@ even-opted.cpp:3:0 (i32.add @@ -62,7 +62,7 @@ (local.get $0) ) ) - (func $fib (; 3 ;) (; has Stack IR ;) (param $0 i32) (result i32) + (func $fib (; has Stack IR ;) (param $0 i32) (result i32) (local $1 i32) (local $2 i32) (local $3 i32) @@ -120,7 +120,7 @@ ;;@ fib.c:8:0 (local.get $4) ) - (func $switch_reach (; 4 ;) (; has Stack IR ;) (param $0 i32) (result i32) + (func $switch_reach (; has Stack IR ;) (param $0 i32) (result i32) (local $1 i32) (local.set $1 (block $__rjto$0 (result i32) @@ -169,11 +169,11 @@ ;;@ /tmp/emscripten_test_binaryen2_28hnAe/src.c:59950:0 (local.get $1) ) - (func $nofile (; 5 ;) (; has Stack IR ;) + (func $nofile (; has Stack IR ;) ;;@ (unknown):1337:0 (call $nofile) ) - (func $inlineInto (; 6 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) + (func $inlineInto (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) ;;@ inline_me.c:125:0 (i32.add ;;@ inline_me.c:120:0 |