[LCSSA] Remove spurious whitespaces. NFCI.

llvm-svn: 300243
This commit is contained in:
Davide Italiano 2017-04-13 20:02:27 +00:00
parent 5129951296
commit 549078d1ab
1 changed files with 1 additions and 1 deletions

View File

@ -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];