summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-09 17:17:19 +0000
committerDan Gohman <gohman@apple.com>2009-09-09 17:17:19 +0000
commitc56af25c01c88b0584c6bd5e30b73c986d48d944 (patch)
tree5cf2bd53d1c44d8ff5294a2c26b494cc96eaa489 /llvm/lib
parent93056ec4e253206a4716dfba8547f38f4e6bbb70 (diff)
downloadbcm5719-llvm-c56af25c01c88b0584c6bd5e30b73c986d48d944.tar.gz
bcm5719-llvm-c56af25c01c88b0584c6bd5e30b73c986d48d944.zip
Fix an 80-column violation.
llvm-svn: 81354
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopUnswitch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
index 1662bdbaef5..5ecaaefa3a0 100644
--- a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
@@ -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;
OpenPOWER on IntegriCloud