diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 22:56:41 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 22:56:41 +0000 |
| commit | 12cc296bd4a17ccef6051fa3e7a816fdd0c5bf33 (patch) | |
| tree | 97c89c989bdf44657f848894979042e4c638c3fc | |
| parent | f2407aa98b5269cc8b1e164b19ef8729fff82315 (diff) | |
| download | bcm5719-llvm-12cc296bd4a17ccef6051fa3e7a816fdd0c5bf33.tar.gz bcm5719-llvm-12cc296bd4a17ccef6051fa3e7a816fdd0c5bf33.zip | |
Remove the PR8954 workaround.
llvm-svn: 123288
| -rw-r--r-- | llvm/lib/Transforms/Scalar/GVN.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/Scalar/GVN.cpp b/llvm/lib/Transforms/Scalar/GVN.cpp index 014341b867d..1fd311cf986 100644 --- a/llvm/lib/Transforms/Scalar/GVN.cpp +++ b/llvm/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); |

