summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-04 22:20:30 +0000
committerDan Gohman <gohman@apple.com>2009-05-04 22:20:30 +0000
commit92fa56eb58cf8c5f1f076cb14e850f8373e56b9c (patch)
tree76578fe2bb194f38b94ee36529eea6e2a1526c34 /lib
parentaf29a5235d3a1a09e9fc2989a5d504f00fa9aaf3 (diff)
downloadexternal_llvm-92fa56eb58cf8c5f1f076cb14e850f8373e56b9c.zip
external_llvm-92fa56eb58cf8c5f1f076cb14e850f8373e56b9c.tar.gz
external_llvm-92fa56eb58cf8c5f1f076cb14e850f8373e56b9c.tar.bz2
Fix doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Analysis/ScalarEvolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp
index c29ea3e..36fe4fb 100644
--- 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);