Remove unused variables

These are unused since
https://reviews.llvm.org/rG35cb45c533fb76dcfc9f44b4e8bbd5d8a855ed2a
causing `-Wunused` warnings.

Differential Revision: https://reviews.llvm.org/D89022
This commit is contained in:
Geoffrey Martin-Noble 2020-10-07 18:24:24 -07:00
parent d9881e6e27
commit 93db4a8ce6
1 changed files with 0 additions and 4 deletions

View File

@ -369,10 +369,6 @@ ImplicitNullChecks::SuitabilityResult
ImplicitNullChecks::isSuitableMemoryOp(const MachineInstr &MI,
unsigned PointerReg,
ArrayRef<MachineInstr *> PrevInsts) {
int64_t Offset;
bool OffsetIsScalable;
const MachineOperand *BaseOp;
// Implementation restriction for faulting_op insertion
// TODO: This could be relaxed if we find a test case which warrants it.
if (MI.getDesc().getNumDefs() > 1)