Fix doxygen comment syntax.
authorDan Gohman <gohman@apple.com>
Mon, 4 May 2009 22:20:30 +0000 (22:20 +0000)
committerDan 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

index c29ea3e09df74d5692683acb56ca804b900e248a..36fe4fb8fdeb890a35856aa116de407293960a16 100644 (file)
@@ -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);