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:
af29a52
)
Fix doxygen comment syntax.
author
Dan Gohman
<gohman@apple.com>
Mon, 4 May 2009 22:20:30 +0000
(22:20 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 4 May 2009 22:20:30 +0000
(22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70924
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 c29ea3e09df74d5692683acb56ca804b900e248a..36fe4fb8fdeb890a35856aa116de407293960a16 100644
(file)
--- a/
lib/Analysis/ScalarEvolution.cpp
+++ b/
lib/Analysis/ScalarEvolution.cpp
@@
-1544,7
+1544,7
@@
SCEVHandle ScalarEvolution::getCouldNotCompute() {
return UnknownValue;
}
-// hasSCEV - Return true if the SCEV for this value has already been
+//
/
hasSCEV - Return true if the SCEV for this value has already been
/// computed.
bool ScalarEvolution::hasSCEV(Value *V) const {
return Scalars.count(V);