From e20bd90c841a1cf227275055d4f213a74c7036a9 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Sun, 4 Nov 2018 16:06:54 +0100 Subject: Suppress the 'has StackIR' comment when printing StackIR (#1726) Follow-up to #1717 --- test/binaryen.js/stackir.js.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/binaryen.js/stackir.js.txt') 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 -- cgit v1.2.3