aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2012-12-06 23:15:36 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2012-12-06 23:15:36 +0000
commitc4e8ddff0c29bfc2eb1d5bf13e947bd04d4454ff (patch)
tree2b84d36c400e0b357b6060e9a36cdd5fc819e330
parent57f7dafcb769852a21870148e91535421c45d037 (diff)
Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we
decide what pattern we want to follow in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169561 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 8f7b593cbf..1d5aa4fb38 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -294,6 +294,7 @@ namespace llvm {
bool MemcpyStrSrc,
MachineFunction &MF) const;
+ using TargetLowering::isZExtFree;
virtual bool isZExtFree(SDValue Val, EVT VT2) const;
/// isLegalAddressingMode - Return true if the addressing mode represented