forked from OSchip/llvm-project
[Analysis] Remove unused declaration isGEPBaseAtNegativeOffset (NFC)
The corresponding function definition was removed on Mar 3, 2021 in
commit ea7d208b78
.
This commit is contained in:
parent
97335ad13f
commit
ea155b995c
|
@ -187,10 +187,6 @@ private:
|
|||
DecomposeGEPExpression(const Value *V, const DataLayout &DL,
|
||||
AssumptionCache *AC, DominatorTree *DT);
|
||||
|
||||
static bool isGEPBaseAtNegativeOffset(const GEPOperator *GEPOp,
|
||||
const DecomposedGEP &DecompGEP, const DecomposedGEP &DecompObject,
|
||||
LocationSize ObjectAccessSize);
|
||||
|
||||
/// A Heuristic for aliasGEP that searches for a constant offset
|
||||
/// between the variables.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue