From: David Greene Date: Mon, 17 Dec 2007 17:40:29 +0000 (+0000) Subject: Get rid of annoying spaces. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60f7515479683e56d92288d20ead59d7f9563723;p=oota-llvm.git Get rid of annoying spaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45100 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopUnswitch.cpp b/lib/Transforms/Scalar/LoopUnswitch.cpp index e413b943b67..4cbff2a5770 100644 --- a/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -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); }