Skip to content

Commit 35cc538

Browse files
committed
[AIEX] Fix warning in AIECombinerHelper.cpp
1 parent b159e4e commit 35cc538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/lib/Target/AIE/AIECombinerHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5317,7 +5317,7 @@ bool llvm::matchSplitConcatStore(MachineInstr &StMI, MachineRegisterInfo &MRI,
53175317
const Register PtrReg = StMI.getOperand(PtrOpIdx).getReg();
53185318
const LLT PtrTy = MRI.getType(PtrReg);
53195319

5320-
MatchInfo = [=, &MRI, &StMI](MachineIRBuilder &B) {
5320+
MatchInfo = [=, &StMI](MachineIRBuilder &B) {
53215321
MachineMemOperand *const MMO = *StMI.memoperands_begin();
53225322

53235323
// Compute the effective base pointer.

0 commit comments

Comments
 (0)