forked from OSchip/llvm-project
[LCSSA] Remove spurious whitespaces. NFCI.
llvm-svn: 300243
This commit is contained in:
parent
5129951296
commit
549078d1ab
|
@ -87,7 +87,7 @@ bool llvm::formLCSSAForInstructions(SmallVectorImpl<Instruction *> &Worklist,
|
|||
Instruction *I = Worklist.pop_back_val();
|
||||
BasicBlock *InstBB = I->getParent();
|
||||
Loop *L = LI.getLoopFor(InstBB);
|
||||
if (!LoopExitBlocks.count(L))
|
||||
if (!LoopExitBlocks.count(L))
|
||||
L->getExitBlocks(LoopExitBlocks[L]);
|
||||
assert(LoopExitBlocks.count(L));
|
||||
const SmallVectorImpl<BasicBlock *> &ExitBlocks = LoopExitBlocks[L];
|
||||
|
|
Loading…
Reference in New Issue