mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Attempt to fix the bootstrap buildbot. Rafael says this works for him on x86-64 Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cbf39b5891
commit
e641863cd2
@ -2011,6 +2011,7 @@ bool GVN::iterateOnFunction(Function &F) {
|
||||
RE = RPOT.end(); RI != RE; ++RI)
|
||||
Changed |= processBlock(*RI);
|
||||
#else
|
||||
DT->DT->recalculate(F);
|
||||
for (df_iterator<DomTreeNode*> DI = df_begin(DT->getRootNode()),
|
||||
DE = df_end(DT->getRootNode()); DI != DE; ++DI)
|
||||
Changed |= processBlock(DI->getBlock());
|
||||
|
Loading…
x
Reference in New Issue
Block a user