Skip to content

Commit 2f31a4b

Browse files
committed
removing unused variable
1 parent aead03a commit 2f31a4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5276,7 +5276,6 @@ static MachineBasicBlock *Expand64BitScalarArithmetic(MachineInstr &MI,
52765276
// For GFX12, we emit s_add_u64 and s_sub_u64.
52775277
MachineFunction *MF = BB->getParent();
52785278
const SIInstrInfo *TII = MF->getSubtarget<GCNSubtarget>().getInstrInfo();
5279-
SIMachineFunctionInfo *MFI = MF->getInfo<SIMachineFunctionInfo>();
52805279
const GCNSubtarget &ST = MF->getSubtarget<GCNSubtarget>();
52815280
MachineRegisterInfo &MRI = BB->getParent()->getRegInfo();
52825281
const DebugLoc &DL = MI.getDebugLoc();

0 commit comments

Comments
 (0)