mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +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;
|
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.
|
/// computed.
|
||||||
bool ScalarEvolution::hasSCEV(Value *V) const {
|
bool ScalarEvolution::hasSCEV(Value *V) const {
|
||||||
return Scalars.count(V);
|
return Scalars.count(V);
|
||||||
|
Loading…
Reference in New Issue
Block a user