mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Get rid of annoying spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08d5fd9099
commit
60f7515479
@ -636,7 +636,7 @@ void LoopUnswitch::ReplaceLoopExternalDFMember(Loop *L, BasicBlock *BB,
|
||||
BasicBlock *B = *DI++;
|
||||
if (L->contains(B))
|
||||
continue;
|
||||
|
||||
|
||||
DF->removeFromFrontier(DFI, B);
|
||||
LoopDF.insert(B);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user