diff options
Diffstat (limited to 'test/passes/inlining_optimize-level=3.txt')
-rw-r--r-- | test/passes/inlining_optimize-level=3.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/passes/inlining_optimize-level=3.txt b/test/passes/inlining_optimize-level=3.txt index 9e1520069..238aaa9d2 100644 --- a/test/passes/inlining_optimize-level=3.txt +++ b/test/passes/inlining_optimize-level=3.txt @@ -6,10 +6,10 @@ (memory $0 0) (export "yes" (func $yes)) (export "no-loops-but-one-use-but-exported" (func $no-loops-but-one-use-but-exported)) - (func $yes (type $0) (result i32) + (func $yes (; 0 ;) (type $0) (result i32) (i32.const 1) ) - (func $no-tooBig (type $0) (result i32) + (func $no-tooBig (; 1 ;) (type $0) (result i32) (nop) (nop) (nop) @@ -48,27 +48,27 @@ (nop) (i32.const 1) ) - (func $no-calls (type $0) (result i32) + (func $no-calls (; 2 ;) (type $0) (result i32) (block $__inlined_func$yes (result i32) (i32.const 1) ) ) - (func $no-loops (type $0) (result i32) + (func $no-loops (; 3 ;) (type $0) (result i32) (loop $loop-in (result i32) (i32.const 1) ) ) - (func $no-loops-but-one-use-but-exported (type $0) (result i32) + (func $no-loops-but-one-use-but-exported (; 4 ;) (type $0) (result i32) (loop $loop-in (result i32) (i32.const 1) ) ) - (func $no-loops-but-one-use-but-tabled (type $0) (result i32) + (func $no-loops-but-one-use-but-tabled (; 5 ;) (type $0) (result i32) (loop $loop-in (result i32) (i32.const 1) ) ) - (func $intoHere (type $1) + (func $intoHere (; 6 ;) (type $1) (drop (block (result i32) (block $__inlined_func$yes (result i32) |