From 7d94900ded8e2e5ce8ef8ee2687528531d8f2a97 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Mon, 7 Jan 2019 13:24:58 -0800 Subject: Massive renaming (#1855) Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329. --- test/passes/O3_inlining.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/passes/O3_inlining.txt') diff --git a/test/passes/O3_inlining.txt b/test/passes/O3_inlining.txt index 8710a0bef..e4b5cdb39 100644 --- a/test/passes/O3_inlining.txt +++ b/test/passes/O3_inlining.txt @@ -5,10 +5,10 @@ (export "func_217" (func $1)) (func $1 (; 0 ;) (type $1) (param $0 i32) (if - (get_global $global$1) + (global.get $global$1) (unreachable) ) - (set_global $global$1 + (global.set $global$1 (i32.const 0) ) (if -- cgit v1.2.3