[llvm] r198653 - 80 col. comment.
Andrew Trick
atrick at apple.com
Mon Jan 6 17:02:52 PST 2014
Author: atrick
Date: Mon Jan 6 19:02:52 2014
New Revision: 198653
URL: http://llvm.org/viewvc/llvm-project?rev=198653&view=rev
Log:
80 col. comment.
Modified:
llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp?rev=198653&r1=198652&r2=198653&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp Mon Jan 6 19:02:52 2014
@@ -1827,8 +1827,8 @@ bool IndVarSimplify::runOnLoop(Loop *L,
// Check preconditions for proper SCEVExpander operation. SCEV does not
// express SCEVExpander's dependencies, such as LoopSimplify. Instead any
// pass that uses the SCEVExpander must do it. This does not work well for
- // loop passes because SCEVExpander makes assumptions about all loops, while
- // LoopPassManager only forces the current loop to be simplified.
+ // loop passes because SCEVExpander makes assumptions about all loops,
+ // while LoopPassManager only forces the current loop to be simplified.
//
// FIXME: SCEV expansion has no way to bail out, so the caller must
// explicitly check any assumptions made by SCEV. Brittle.
More information about the llvm-commits
mailing list