diff options
Diffstat (limited to 'tools/bugpoint/CrashDebugger.cpp')
| -rw-r--r-- | tools/bugpoint/CrashDebugger.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp index 2fd8699c5fc8..9097917d5fef 100644 --- a/tools/bugpoint/CrashDebugger.cpp +++ b/tools/bugpoint/CrashDebugger.cpp @@ -648,7 +648,7 @@ bool ReduceSimplifyCFG::TestBlocks(std::vector<const BasicBlock *> &BBs) {          ++BBIt;          continue;        } -      SimplifyCFG(&*BBIt++, TTI, 1); +      simplifyCFG(&*BBIt++, TTI);      }    // Verify we didn't break anything    std::vector<std::string> Passes;  | 
