Get rid of annoying spaces.

llvm-svn: 45100
This commit is contained in:
David Greene 2007-12-17 17:40:29 +00:00
parent 2a5967b36a
commit c4a80fb574
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}