Fix thinko, and PR292

llvm-svn: 12426
This commit is contained in:
Chris Lattner 2004-03-16 01:51:54 +00:00
parent e0b49952f6
commit 8726ebd326
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ static bool ExtractLoops(BugDriver &BD,
std::cout << "done.\n";
std::cout << " Checking to see if the merged program executes correctly: ";
bool Broken = TestMergedProgram(BD, Optimized, ToNotOptimize, true);
bool Broken = TestMergedProgram(BD, Optimized, ToNotOptimize, false);
delete Optimized;
if (!Broken) {
std::cout << "yup: loop extraction masked the problem. Undoing.\n";