aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2022-06-01 13:30:32 +0100
committerFlorian Hahn <flo@fhahn.com>2022-06-01 13:30:33 +0100
commitf68c5471588859bda6e82f2e86a1fc4f47db70a0 (patch)
tree8874e45d54b5d5a818fd2814335ddb298c6cfca4
parentaa98e7e1eb960712533d39bbc98a05a6e70a9683 (diff)
downloadllvm-f68c5471588859bda6e82f2e86a1fc4f47db70a0.zip
llvm-f68c5471588859bda6e82f2e86a1fc4f47db70a0.tar.gz
llvm-f68c5471588859bda6e82f2e86a1fc4f47db70a0.tar.bz2
[LAA] Remove unused RuntimeCheckingPtrGroup constructor (NFC).
The constructor is not used. Remove it.
-rw-r--r--llvm/include/llvm/Analysis/LoopAccessAnalysis.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/Analysis/LoopAccessAnalysis.h b/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
index d1b8964..5e51966 100644
--- a/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
+++ b/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
@@ -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