Skip to content

Commit 1840841

Browse files
committed
address comments
1 parent 7f09ca2 commit 1840841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ bool NVPTXPrologEpilogPass::runOnMachineFunction(MachineFunction &MF) {
108108
continue;
109109

110110
// Eliminate this FrameIndex operand.
111-
TRI.eliminateFrameIndex(MI, 0, Idx, nullptr);
111+
RemovedMI = TRI.eliminateFrameIndex(MI, 0, Idx, nullptr);
112112
Modified = true;
113113
if (RemovedMI)
114114
break;

0 commit comments

Comments
 (0)