1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix thinko, and PR292

llvm-svn: 12426
This commit is contained in:
Chris Lattner 2004-03-16 01:51:54 +00:00
parent 5541c82383
commit 83c74abb8e

View File

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