From b5c3e1bda0ef9080228f452ce7ca8c60d3dcf452 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 9 Mar 2013 20:22:33 -0800 Subject: remove coercions on asm function calls that have no capturing variables --- tools/test-js-optimizer-asm-pre.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/test-js-optimizer-asm-pre.js') diff --git a/tools/test-js-optimizer-asm-pre.js b/tools/test-js-optimizer-asm-pre.js index 42eb435a..36fe245a 100644 --- a/tools/test-js-optimizer-asm-pre.js +++ b/tools/test-js-optimizer-asm-pre.js @@ -6,6 +6,8 @@ function a() { f(347 & 12); HEAP[4096 >> 2] = 5; HEAP[(4096 & 8191) >> 2] = 5; + whee(12, 13) | 0; + +whee(12, 13); } function b($this, $__n) { $this = $this | 0; -- cgit v1.2.3-18-g5258