mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Add "using" to silence warnings.
llvm-svn: 146913
This commit is contained in:
parent
7ef923c1f0
commit
53dbd7d97f
@ -839,9 +839,11 @@ public:
|
||||
virtual bool isSchedulingBoundary(const MachineInstr *MI,
|
||||
const MachineBasicBlock *MBB,
|
||||
const MachineFunction &MF) const;
|
||||
using TargetInstrInfo::getOperandLatency;
|
||||
virtual int getOperandLatency(const InstrItineraryData *ItinData,
|
||||
SDNode *DefNode, unsigned DefIdx,
|
||||
SDNode *UseNode, unsigned UseIdx) const;
|
||||
using TargetInstrInfo::getInstrLatency;
|
||||
virtual int getInstrLatency(const InstrItineraryData *ItinData,
|
||||
SDNode *Node) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user