From: Aaron Ballman Date: Thu, 31 Jul 2014 12:58:50 +0000 (+0000) Subject: Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43a151dbf93a17c47899cf4693887465c70bb784;p=llvm Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214400 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64InstrInfo.h b/lib/Target/AArch64/AArch64InstrInfo.h index 400367f5358..d465fb757a0 100644 --- a/lib/Target/AArch64/AArch64InstrInfo.h +++ b/lib/Target/AArch64/AArch64InstrInfo.h @@ -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 &Ops,