Skip to content

Commit

Permalink
[LAA] Remove unused RuntimeCheckingPtrGroup constructor (NFC).
Browse files Browse the repository at this point in the history
The constructor is not used. Remove it.
  • Loading branch information
fhahn committed Jun 1, 2022
1 parent aa98e7e commit f68c547
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llvm/include/llvm/Analysis/LoopAccessAnalysis.h
Expand Up @@ -336,12 +336,6 @@ struct RuntimeCheckingPtrGroup {
/// pointer, with index \p Index in RtCheck.
RuntimeCheckingPtrGroup(unsigned Index, RuntimePointerChecking &RtCheck);

RuntimeCheckingPtrGroup(unsigned Index, const SCEV *Start, const SCEV *End,
unsigned AS)
: High(End), Low(Start), AddressSpace(AS) {
Members.push_back(Index);
}

/// Tries to add the pointer recorded in RtCheck at index
/// \p Index to this pointer checking group. We can only add a pointer
/// to a checking group if we will still be able to get
Expand Down

0 comments on commit f68c547

Please sign in to comment.