Fix doxygen comment syntax.

llvm-svn: 70924
This commit is contained in:
Dan Gohman 2009-05-04 22:20:30 +00:00
parent 354b12259f
commit 4b56fab92b
1 changed files with 1 additions and 1 deletions

View 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);