diff options
-rw-r--r-- | lib/Transforms/Scalar/GVN.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Transforms/Scalar/GVN.cpp b/lib/Transforms/Scalar/GVN.cpp index 014341b867..1fd311cf98 100644 --- a/lib/Transforms/Scalar/GVN.cpp +++ b/lib/Transforms/Scalar/GVN.cpp @@ -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); |