Skip to content

Commit 93db4a8

Browse files
committed
Remove unused variables
These are unused since https://reviews.llvm.org/rG35cb45c533fb76dcfc9f44b4e8bbd5d8a855ed2a causing `-Wunused` warnings. Differential Revision: https://reviews.llvm.org/D89022
1 parent d9881e6 commit 93db4a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/CodeGen/ImplicitNullChecks.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ ImplicitNullChecks::SuitabilityResult
369369
ImplicitNullChecks::isSuitableMemoryOp(const MachineInstr &MI,
370370
unsigned PointerReg,
371371
ArrayRef<MachineInstr *> PrevInsts) {
372-
int64_t Offset;
373-
bool OffsetIsScalable;
374-
const MachineOperand *BaseOp;
375-
376372
// Implementation restriction for faulting_op insertion
377373
// TODO: This could be relaxed if we find a test case which warrants it.
378374
if (MI.getDesc().getNumDefs() > 1)

0 commit comments

Comments
 (0)