aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-28 11:06:50 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-10-02 17:31:35 -0700
commiteb739e39e2aaeeab9da59132c161ef41c5e4639a (patch)
tree69515325054e09cf3247c0c3e107051f02c279c5
parent7cca6f256323b05ed58fa2bcd4743bfdc6968fda (diff)
debugging aid
-rw-r--r--src/intertyper.js2
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) {