From 92fa56eb58cf8c5f1f076cb14e850f8373e56b9c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 4 May 2009 22:20:30 +0000 Subject: [PATCH] Fix doxygen comment syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70924 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ScalarEvolution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index c29ea3e09df..36fe4fb8fde 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/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);