diff options
Diffstat (limited to 'test/debugInfo.fromasm.no-opts')
-rw-r--r-- | test/debugInfo.fromasm.no-opts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/debugInfo.fromasm.no-opts b/test/debugInfo.fromasm.no-opts index c56627bcb..8e4ebdd3f 100644 --- a/test/debugInfo.fromasm.no-opts +++ b/test/debugInfo.fromasm.no-opts @@ -10,7 +10,7 @@ (export "opts" (func $opts)) (export "fib" (func $fib)) (export "switch_reach" (func $switch_reach)) - (func $add (param $x i32) (param $y i32) (result i32) + (func $add (; 0 ;) (param $x i32) (param $y i32) (result i32) ;;@ tests/hello_world.c:5:0 (set_local $x (get_local $x) @@ -30,7 +30,7 @@ ) ) ) - (func $ret (param $x i32) (result i32) + (func $ret (; 1 ;) (param $x i32) (result i32) ;;@ return.cpp:50:0 (set_local $x (i32.shl @@ -46,7 +46,7 @@ ) ) ) - (func $i32s-rem (param $0 i32) (param $1 i32) (result i32) + (func $i32s-rem (; 2 ;) (param $0 i32) (param $1 i32) (result i32) (if (result i32) (i32.eqz (get_local $1) @@ -58,7 +58,7 @@ ) ) ) - (func $opts (param $x i32) (param $y i32) (result i32) + (func $opts (; 3 ;) (param $x i32) (param $y i32) (result i32) ;;@ even-opted.cpp:1:0 (set_local $x (i32.add @@ -87,7 +87,7 @@ ) ) ) - (func $fib (param $$0 i32) (result i32) + (func $fib (; 4 ;) (param $$0 i32) (result i32) (local $$$0$lcssa i32) (local $$$01518 i32) (local $$$01518$phi i32) @@ -185,7 +185,7 @@ (get_local $$$0$lcssa) ) ) - (func $switch_reach (param $$p i32) (result i32) + (func $switch_reach (; 5 ;) (param $$p i32) (result i32) (local $$0 i32) (local $$call i32) (local $$magic i32) |