commit | d83d4af03911235a5db5a902f4812f99d6c15d3e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon May 04 22:20:30 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon May 04 22:20:30 2009 +0000 |
tree | 76578fe2bb194f38b94ee36529eea6e2a1526c34 | |
parent | d4c82b7b89758e475f5dedcf488deed0b0e531e9 [diff] |
Fix doxygen comment syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70924 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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);