[PATCH] D115404: [TargetInstrInfo][PowerPC] Remove virtual function that is only called from PPC specific code.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 9 12:31:50 PST 2021
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.h:396
- void setSpecialOperandAttr(MachineInstr &MI, uint16_t Flags) const override;
+ void setSpecialOperandAttr(MachineInstr &MI, uint16_t Flags) const;
----------------
Add a comment saying this is a PowerPC custom wrapper?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115404/new/
https://reviews.llvm.org/D115404
More information about the llvm-commits
mailing list