forked from OSchip/llvm-project
parent
e0b49952f6
commit
8726ebd326
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue