[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
I am planning to add more nested classes inside RuntimePointerCheck so all these triple-nesting would be hard to follow. Also rename it to RuntimePointerChecking (i.e. append 'ing'). llvm-svn: 242218
This commit is contained in:
@@ -32,7 +32,7 @@ LoopVersioning::LoopVersioning(const LoopAccessInfo &LAI, Loop *L, LoopInfo *LI,
|
||||
}
|
||||
|
||||
bool LoopVersioning::needsRuntimeChecks() const {
|
||||
return LAI.getRuntimePointerCheck()->needsAnyChecking(PtrToPartition);
|
||||
return LAI.getRuntimePointerChecking()->needsAnyChecking(PtrToPartition);
|
||||
}
|
||||
|
||||
void LoopVersioning::versionLoop(Pass *P) {
|
||||
|
||||
Reference in New Issue
Block a user