Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended.

llvm-svn: 214400
This commit is contained in:
Aaron Ballman 2014-07-31 12:58:50 +00:00
parent 53201af4d5
commit ed9fabd255
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ public:
int FrameIndex, const TargetRegisterClass *RC,
const TargetRegisterInfo *TRI) const override;
using TargetInstrInfo::foldMemoryOperandImpl;
MachineInstr *
foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
const SmallVectorImpl<unsigned> &Ops,