summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names_vacuum.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-unused-names_vacuum.txt')
-rw-r--r--test/passes/remove-unused-names_vacuum.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/passes/remove-unused-names_vacuum.txt b/test/passes/remove-unused-names_vacuum.txt
index d27fb3d65..e02fa3e9e 100644
--- a/test/passes/remove-unused-names_vacuum.txt
+++ b/test/passes/remove-unused-names_vacuum.txt
@@ -2,30 +2,30 @@
(type $0 (func (result i32)))
(type $1 (func))
(memory $0 0)
- (func $return-i32-but-body-is-unreachable3 (type $0) (result i32)
+ (func $return-i32-but-body-is-unreachable3 (; 0 ;) (type $0) (result i32)
(local $label i32)
(loop $while-in$1
(br $while-in$1)
)
)
- (func $return-i32-but-body-is-unreachable4 (type $0) (result i32)
+ (func $return-i32-but-body-is-unreachable4 (; 1 ;) (type $0) (result i32)
(local $label i32)
(loop $while-in$1
(br $while-in$1)
)
)
- (func $to-drop-unreachable (type $1)
+ (func $to-drop-unreachable (; 2 ;) (type $1)
(drop
(block (result i32)
(unreachable)
)
)
)
- (func $return-i32-but-body-is-unreachable5 (type $0) (result i32)
+ (func $return-i32-but-body-is-unreachable5 (; 3 ;) (type $0) (result i32)
(local $label i32)
(unreachable)
)
- (func $return-i32-but-body-is-unreachable6 (type $0) (result i32)
+ (func $return-i32-but-body-is-unreachable6 (; 4 ;) (type $0) (result i32)
(local $label i32)
(unreachable)
)