From 43a151dbf93a17c47899cf4693887465c70bb784 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 31 Jul 2014 12:58:50 +0000 Subject: [PATCH] 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 --- lib/Target/AArch64/AArch64InstrInfo.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.40.0