Skip to content

Commit

Permalink
[PowerPC] Silence -Woverloaded-virtual warning. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Nov 22, 2023
1 parent 48f5855 commit 74dcc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/PowerPC/PPCInstrInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ class PPCInstrInfo : public PPCGenInstrInfo {

// PowerPC specific version of setSpecialOperandAttr that copies Flags to MI
// and clears nuw, nsw, and exact flags.
using TargetInstrInfo::setSpecialOperandAttr;
void setSpecialOperandAttr(MachineInstr &MI, uint32_t Flags) const;

bool isCoalescableExtInstr(const MachineInstr &MI,
Expand Down

0 comments on commit 74dcc2d

Please sign in to comment.