OSDN Git Service

Get rid of annoying spaces.
authorDavid Greene <greened@obbligato.org>
Mon, 17 Dec 2007 17:40:29 +0000 (17:40 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 17 Dec 2007 17:40:29 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45100 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnswitch.cpp

index e413b94..4cbff2a 100644 (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);
   }