forked from OSchip/llvm-project
parent
f2407aa98b
commit
12cc296bd4
|
@ -1753,10 +1753,6 @@ bool GVN::runOnFunction(Function& F) {
|
|||
}
|
||||
|
||||
unsigned Iteration = 0;
|
||||
|
||||
// FIXME: Remove this when PR8954 is fixed.
|
||||
DT->DT->recalculate(F);
|
||||
|
||||
while (ShouldContinue) {
|
||||
DEBUG(dbgs() << "GVN iteration: " << Iteration << "\n");
|
||||
ShouldContinue = iterateOnFunction(F);
|
||||
|
|
Loading…
Reference in New Issue