[llvm-commits] [llvm] r70924 - /llvm/trunk/lib/Analysis/ScalarEvolution.cpp
Dan Gohman
gohman at apple.com
Mon May 4 15:20:30 PDT 2009
Author: djg
Date: Mon May 4 17:20:30 2009
New Revision: 70924
URL: http://llvm.org/viewvc/llvm-project?rev=70924&view=rev
Log:
Fix doxygen comment syntax.
Modified:
llvm/trunk/lib/Analysis/ScalarEvolution.cpp
Modified: llvm/trunk/lib/Analysis/ScalarEvolution.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolution.cpp?rev=70924&r1=70923&r2=70924&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolution.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolution.cpp Mon May 4 17:20:30 2009
@@ -1544,7 +1544,7 @@
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);
More information about the llvm-commits
mailing list