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:
parent
5541c82383
commit
83c74abb8e
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user