diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-28 11:06:50 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-02 17:31:35 -0700 |
commit | eb739e39e2aaeeab9da59132c161ef41c5e4639a (patch) | |
tree | 69515325054e09cf3247c0c3e107051f02c279c5 | |
parent | 7cca6f256323b05ed58fa2bcd4743bfdc6968fda (diff) |
debugging aid
-rw-r--r-- | src/intertyper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intertyper.js b/src/intertyper.js index d38b32c7..8eebd22d 100644 --- a/src/intertyper.js +++ b/src/intertyper.js @@ -1092,8 +1092,8 @@ function intertyper(lines, sidePass, baseLineNums) { } default: throw 'unexpected fast path type ' + intertype; } - //else if (line.lineText.indexOf(' = load ') > 0) printErr('close: ' + JSON.stringify(line.lineText)); } + //else if (line.lineText.indexOf(' = icmp ') > 0) printErr('close: ' + JSON.stringify(line.lineText)); } if (ret) { if (COMPILER_ASSERTIONS) { |