mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 22:32:35 +00:00
Tabs to spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141844 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3821b1885e
commit
ea3abd5536
@ -596,8 +596,8 @@ bool MachineLICM::IsGuaranteedToExecute(MachineBasicBlock *BB) {
|
||||
CurLoop->getExitingBlocks(CurrentLoopExitingBlocks);
|
||||
for (unsigned i = 0, e = CurrentLoopExitingBlocks.size(); i != e; ++i)
|
||||
if (!DT->dominates(BB, CurrentLoopExitingBlocks[i])) {
|
||||
SpeculationState = SpeculateTrue;
|
||||
return false;
|
||||
SpeculationState = SpeculateTrue;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user