Fix 80 col violation.
authorDevang Patel <dpatel@apple.com>
Wed, 3 Oct 2007 21:17:43 +0000 (21:17 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 3 Oct 2007 21:17:43 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42591 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnswitch.cpp

index 5486d5d298fce0dc90657318bfe9f3f68e31a583..200c55ca8817d9d70b18f2f292bc6dbbc1e637cc 100644 (file)
@@ -651,9 +651,9 @@ void LoopUnswitch::SplitExitEdges(const SmallVector<BasicBlock *, 8> &ExitBlocks
   }
 }
 
-/// UnswitchNontrivialCondition - We determined that the loop is profitable to unswitch when LIC
-/// equal Val.  Split it into loop versions and test the condition outside of
-/// either loop.  Return the loops created as Out1/Out2.
+/// UnswitchNontrivialCondition - We determined that the loop is profitable 
+/// to unswitch when LIC equal Val.  Split it into loop versions and test the 
+/// condition outside of either loop.  Return the loops created as Out1/Out2.
 void LoopUnswitch::UnswitchNontrivialCondition(Value *LIC, Constant *Val, 
                                                Loop *L) {
   Function *F = L->getHeader()->getParent();