summaryrefslogtreecommitdiff
path: root/test/binaryen.js/stackir.js.txt
diff options
context:
space:
mode:
authorDaniel Wirtz <dcode@dcode.io>2018-11-04 16:06:54 +0100
committerAlon Zakai <alonzakai@gmail.com>2018-11-04 07:06:54 -0800
commite20bd90c841a1cf227275055d4f213a74c7036a9 (patch)
tree4be8b2b26e00725a14a9ea704b982b30138cb090 /test/binaryen.js/stackir.js.txt
parent49bb4290ce46b0e58f4817cbb46f3dada4f41409 (diff)
downloadbinaryen-e20bd90c841a1cf227275055d4f213a74c7036a9.tar.gz
binaryen-e20bd90c841a1cf227275055d4f213a74c7036a9.tar.bz2
binaryen-e20bd90c841a1cf227275055d4f213a74c7036a9.zip
Suppress the 'has StackIR' comment when printing StackIR (#1726)
Follow-up to #1717
Diffstat (limited to 'test/binaryen.js/stackir.js.txt')
-rw-r--r--test/binaryen.js/stackir.js.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/binaryen.js/stackir.js.txt b/test/binaryen.js/stackir.js.txt
index f0985ee5c..16d4d22f4 100644
--- a/test/binaryen.js/stackir.js.txt
+++ b/test/binaryen.js/stackir.js.txt
@@ -21,7 +21,7 @@
(type $i (func (param i32) (result i32)))
(memory $0 0)
(export "test" (func $test))
- (func $test (; 0 ;) (; has Stack IR ;) (type $i) (param $0 i32) (result i32)
+ (func $test (; 0 ;) (type $i) (param $0 i32) (result i32)
block $block0 (result i32)
get_local $0
if (result i32)
@@ -38,7 +38,7 @@
(type $i (func (param i32) (result i32)))
(memory $0 0)
(export "test" (func $test))
- (func $test (; 0 ;) (; has Stack IR ;) (type $i) (param $0 i32) (result i32)
+ (func $test (; 0 ;) (type $i) (param $0 i32) (result i32)
get_local $0
if (result i32)
get_local $0