Fix an 80-column violation.
authorDan Gohman <gohman@apple.com>
Wed, 9 Sep 2009 17:17:19 +0000 (17:17 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Sep 2009 17:17:19 +0000 (17:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81354 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnswitch.cpp

index 1662bdbaef57ae4c6e4ec1a1250a18ae8ceb9647..5ecaaefa3a0eed0fc4959c3599a1f656a7586ec9 100644 (file)
@@ -942,9 +942,9 @@ void LoopUnswitch::RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC,
                 PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
                                      UndefValue::get(PN->getType()));
               // Tell the domtree about the new block. We don't fully update
-              // the domtree here -- instead we force it to do a full recomputation
-              // after the pass is complete -- but we do need to inform it of
-              // new blocks.
+              // the domtree here -- instead we force it to do a full
+              // recomputation after the pass is complete -- but we do need to
+              // inform it of new blocks.
               if (DT)
                 DT->addNewBlock(Abort, NewSISucc);
               break;