diff options
author | Heejin Ahn <aheejin@gmail.com> | 2019-04-27 17:32:59 -0700 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2019-04-27 17:32:59 -0700 |
commit | a64aa9532afbce555fc963c58a4fc984d4180038 (patch) | |
tree | fcedf6a95abc41c2beafec00436598acb2be94ca /src/passes/pass.cpp | |
parent | 708975939fae92a5ae2970ba9aa2e2e049a332cb (diff) | |
download | binaryen-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.cpp | 2 |
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; } |