From 4a04c920012e1a8b3ee32ec441f540bbab61820d Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Thu, 6 Dec 2012 23:15:36 +0000 Subject: [PATCH] Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we decide what pattern we want to follow in the future. llvm-svn: 169561 --- llvm/lib/Target/ARM/ARMISelLowering.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index 8f7b593..1d5aa4f 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/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 -- 2.7.4