summaryrefslogtreecommitdiffstats
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
commit4b56fab92b6f6e81c832d643b7f755ede6729c79 (patch)
tree0b921a51d7e07d0a1392f807c76d9ef768ade96c
parent354b12259fc229c09093fc1e5b11c03a2cc687b2 (diff)
downloadbcm5719-llvm-4b56fab92b6f6e81c832d643b7f755ede6729c79.tar.gz
bcm5719-llvm-4b56fab92b6f6e81c832d643b7f755ede6729c79.zip
Fix doxygen comment syntax.
llvm-svn: 70924
-rw-r--r--llvm/lib/Analysis/ScalarEvolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index c29ea3e09df..36fe4fb8fde 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud