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:
parent
37fe53c1a9
commit
b935aa1678
@ -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
Block a user