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 48f5855 commit 74dcc2dCopy full SHA for 74dcc2d
llvm/lib/Target/PowerPC/PPCInstrInfo.h
@@ -369,6 +369,7 @@ class PPCInstrInfo : public PPCGenInstrInfo {
369
370
// PowerPC specific version of setSpecialOperandAttr that copies Flags to MI
371
// and clears nuw, nsw, and exact flags.
372
+ using TargetInstrInfo::setSpecialOperandAttr;
373
void setSpecialOperandAttr(MachineInstr &MI, uint32_t Flags) const;
374
375
bool isCoalescableExtInstr(const MachineInstr &MI,
0 commit comments