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 83eda71 commit 85b2d60Copy full SHA for 85b2d60
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
@@ -122,7 +122,7 @@ unsigned AArch64InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
122
NumBytes = Desc.getSize() ? Desc.getSize() : 4;
123
124
const auto *MFI = MF->getInfo<AArch64FunctionInfo>();
125
- if (!MFI->shouldSignReturnAddress(MF))
+ if (!MFI->shouldSignReturnAddress(*MF))
126
return NumBytes;
127
128
const auto &STI = MF->getSubtarget<AArch64Subtarget>();
0 commit comments