From 8215a28597a464489d4678aa57cdccef80f427df Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 19 Jun 2013 16:42:35 -0700 Subject: fix bug with reducing f()|0|const --- tools/test-js-optimizer-asm-pre.js | 1 + 1 file changed, 1 insertion(+) (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 14531c23..4f3ba780 100644 --- a/tools/test-js-optimizer-asm-pre.js +++ b/tools/test-js-optimizer-asm-pre.js @@ -19,6 +19,7 @@ function a() { f(g() | 0 | 0); f(g() | 0 & -1); f((g() | 0) >> 2); + $56 = (_fcntl() | 0) | 1; } function b($this, $__n) { $this = $this | 0; -- cgit v1.2.3-18-g5258