summaryrefslogtreecommitdiff
path: root/src/passes/pass.cpp
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-04-27 17:32:59 -0700
committerHeejin Ahn <aheejin@gmail.com>2019-04-27 17:32:59 -0700
commita64aa9532afbce555fc963c58a4fc984d4180038 (patch)
treefcedf6a95abc41c2beafec00436598acb2be94ca /src/passes/pass.cpp
parent708975939fae92a5ae2970ba9aa2e2e049a332cb (diff)
downloadbinaryen-a64aa9532afbce555fc963c58a4fc984d4180038.tar.gz
binaryen-a64aa9532afbce555fc963c58a4fc984d4180038.tar.bz2
binaryen-a64aa9532afbce555fc963c58a4fc984d4180038.zip
Does it succeed if we don't have wrong style?
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r--src/passes/pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp
index ac6bc8361..538a8f277 100644
--- a/src/passes/pass.cpp
+++ b/src/passes/pass.cpp
@@ -698,7 +698,7 @@ void PassRunner::handleAfterEffects(Pass* pass, Function* func) {
int PassRunner::getPassDebug() {
static const int passDebug =
getenv("BINARYEN_PASS_DEBUG") ? atoi(getenv("BINARYEN_PASS_DEBUG")) : 0;
- int WrongStyleTestVar = 3;
+// int WrongStyleTestVar = 3;
return passDebug;
}