projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd3eb9b
)
Clarify debug output.
author
Dan Gohman
<gohman@apple.com>
Sat, 14 Feb 2009 02:26:50 +0000
(
02:26
+0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 14 Feb 2009 02:26:50 +0000
(
02:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64531
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/IndVarSimplify.cpp
b/lib/Transforms/Scalar/IndVarSimplify.cpp
index 238505167877fe42311b937890ce1d42dde0b943..b4b6ea35577f90fcda704cc261382f5040147f33 100644
(file)
--- a/
lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/
lib/Transforms/Scalar/IndVarSimplify.cpp
@@
-286,7
+286,7
@@
void IndVarSimplify::LinearFunctionTestReplace(Loop *L,
DOUT << "INDVARS: Rewriting loop exit condition to:\n"
<< " LHS:" << *CmpIndVar // includes a newline
<< " op:\t"
- << (Opcode == ICmpInst::ICMP_NE ? "!=" : "=") << "\n"
+ << (Opcode == ICmpInst::ICMP_NE ? "!=" : "=
=
") << "\n"
<< " RHS:\t" << *IterationCount << "\n";
Value *Cond = new ICmpInst(Opcode, CmpIndVar, ExitCnt, "exitcond", BI);