We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54516b commit fb8a084Copy full SHA for fb8a084
llvm/lib/Target/X86/X86WinEHUnwindV2.cpp
@@ -232,7 +232,7 @@ bool X86WinEHUnwindV2::runOnMachineFunction(MachineFunction &MF) {
232
MF, Mode,
233
"The epilog is popping more registers than the prolog pushed");
234
if (PushedRegs[PushedRegs.size() - PoppedRegCount] !=
235
- MI.getOperand(0).getReg())
+ MI.getOperand(0).getReg().id())
236
return rejectCurrentFunctionInternalError(
237
238
"The epilog is popping a registers in "
0 commit comments