Remove the PR8954 workaround.

llvm-svn: 123288
This commit is contained in:
Jakob Stoklund Olesen 2011-01-11 22:56:41 +00:00
parent f2407aa98b
commit 12cc296bd4
1 changed files with 0 additions and 4 deletions

View File

@ -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);