forked from OSchip/llvm-project
parent
354b12259f
commit
4b56fab92b
|
@ -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