mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Fix an obvious oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
138268160a
commit
05bd374b1f
@ -2344,7 +2344,7 @@ SCEVHandle ScalarEvolution::getSCEV(Value *V) const {
|
||||
/// hasSCEV - Return true if the SCEV for this value has already been
|
||||
/// computed.
|
||||
bool ScalarEvolution::hasSCEV(Value *V) const {
|
||||
((ScalarEvolutionsImpl*)Impl)->hasSCEV(V);
|
||||
return ((ScalarEvolutionsImpl*)Impl)->hasSCEV(V);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user