This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/relooper/Relooper.cpp b/src/relooper/Relooper.cpp | |
| index de69e0e..ee3aedc 100644 | |
| --- a/src/relooper/Relooper.cpp | |
| +++ b/src/relooper/Relooper.cpp | |
| @@ -556,7 +556,7 @@ void Relooper::Calculate(Block *Entry) { | |
| for (BlockSet::iterator iter = Curr->BranchesIn.begin(); iter != Curr->BranchesIn.end(); iter++) { | |
| Queue.insert(*iter); | |
| } | |
| -#if 0 | |
| +#if 1 |
NewerOlder