1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove the PR8954 workaround.

llvm-svn: 123288
This commit is contained in:
Jakob Stoklund Olesen 2011-01-11 22:56:41 +00:00
parent 37fe53c1a9
commit b935aa1678

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