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:
a55fd4a
)
Fix copy-pasto.
author
Andreas Bolka
<a@bolka.at>
Fri, 7 Aug 2009 22:55:26 +0000
(22:55 +0000)
committer
Andreas Bolka
<a@bolka.at>
Fri, 7 Aug 2009 22:55:26 +0000
(22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78426
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/ScalarEvolution.cpp
b/lib/Analysis/ScalarEvolution.cpp
index 03f3cd66ae2f0a43e2d0dc6c2ab8f2c0598a5427..72cb9b212fa63ad8653355dd695a7cf5ead66352 100644
(file)
--- a/
lib/Analysis/ScalarEvolution.cpp
+++ b/
lib/Analysis/ScalarEvolution.cpp
@@
-1612,8
+1612,8
@@
const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops) {
return S;
}
-/// getUDivExpr - Get a canonical
multiply expression, or something simpler if
-/// possible.
+/// getUDivExpr - Get a canonical
unsigned division expression, or something
+///
simpler if
possible.
const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS,
const SCEV *RHS) {
assert(getEffectiveSCEVType(LHS->getType()) ==