summaryrefslogtreecommitdiff
path: root/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt')
-rw-r--r--test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt71
1 files changed, 0 insertions, 71 deletions
diff --git a/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt b/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt
deleted file mode 100644
index 8c86126d5..000000000
--- a/test/passes/generate-stack-ir_optimize-stack-ir_print-stack-ir_all-features.txt
+++ /dev/null
@@ -1,71 +0,0 @@
-(module
- (type $i32_=>_none (func (param i32)))
- (type $none_=>_none (func))
- (event $e0 (attr 0) (param i32))
- (func $eh
- try $l0
- i32.const 0
- throw $e0
- catch $e0
-
- drop
- catch_all
- rethrow $l0
- end
- try $l00
- try $try
- i32.const 0
- throw $e0
- delegate $l00
- unreachable
- catch_all
- nop
- end
- try $l01
- nop
- delegate 0
- )
-)
-(module
- (type $i32_=>_none (func (param i32)))
- (type $none_=>_none (func))
- (event $e0 (attr 0) (param i32))
- (func $eh (; has Stack IR ;)
- (try $l0
- (do
- (throw $e0
- (i32.const 0)
- )
- )
- (catch $e0
- (drop
- (pop i32)
- )
- )
- (catch_all
- (rethrow $l0)
- )
- )
- (try $l00
- (do
- (try $try
- (do
- (throw $e0
- (i32.const 0)
- )
- )
- (delegate $l00)
- )
- )
- (catch_all
- (nop)
- )
- )
- (try $l01
- (do
- (nop)
- )
- (delegate 0)
- )
- )
-)