summaryrefslogtreecommitdiff
path: root/test/passes/flatten_local-cse_all-features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/flatten_local-cse_all-features.txt')
-rw-r--r--test/passes/flatten_local-cse_all-features.txt49
1 files changed, 0 insertions, 49 deletions
diff --git a/test/passes/flatten_local-cse_all-features.txt b/test/passes/flatten_local-cse_all-features.txt
index 5f3adace7..201a6f793 100644
--- a/test/passes/flatten_local-cse_all-features.txt
+++ b/test/passes/flatten_local-cse_all-features.txt
@@ -764,52 +764,3 @@
)
)
)
-(module
- (type $none_=>_none (func))
- (type $none_=>_funcref (func (result funcref)))
- (func $subtype-test (result funcref)
- (local $0 nullref)
- (local $1 nullref)
- (local $2 funcref)
- (local $3 funcref)
- (block
- (nop)
- (loop $label$1
- (local.set $0
- (ref.null)
- )
- )
- (local.set $1
- (local.get $0)
- )
- (local.set $2
- (local.get $0)
- )
- )
- (local.set $3
- (local.get $2)
- )
- (return
- (local.get $2)
- )
- )
- (func $test
- (local $0 externref)
- (local $1 nullref)
- (local $2 nullref)
- (block $label$1
- (local.set $0
- (ref.null)
- )
- (local.set $1
- (ref.null)
- )
- )
- (local.set $2
- (local.get $1)
- )
- (drop
- (local.get $1)
- )
- )
-)