forked from OSchip/llvm-project
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:
parent
d9881e6e27
commit
93db4a8ce6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue