Skip to content

Commit 74dcc2d

Browse files
committed
[PowerPC] Silence -Woverloaded-virtual warning. NFC
1 parent 48f5855 commit 74dcc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/PowerPC/PPCInstrInfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ class PPCInstrInfo : public PPCGenInstrInfo {
369369

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

374375
bool isCoalescableExtInstr(const MachineInstr &MI,

0 commit comments

Comments
 (0)