[PATCH] D103328: [CodeGen][NFC] Remove unused virtual function
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 28 11:25:29 PDT 2021
dblaikie added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kFrameLowering.cpp:659
if (PushedRegs)
- emitCalleeSavedFrameMoves(MBB, MBBI, DL, true);
+ emitCalleeSavedFrameMoves(MBB, MBBI, DL);
}
----------------
Is this a change in behavior? Or is the 3 arg version just the 4 arg version with 'true' as the 4th arg?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103328/new/
https://reviews.llvm.org/D103328
More information about the llvm-commits
mailing list