mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af29a5235d
commit
92fa56eb58
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user