summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit4a04c920012e1a8b3ee32ec441f540bbab61820d (patch)
tree0897b422183e76fa8d2333070f331ae767364789 /llvm/lib
parentdefd44c97029ba72060b4865c3ac35b3e71750fb (diff)
downloadbcm5719-llvm-4a04c920012e1a8b3ee32ec441f540bbab61820d.tar.gz
bcm5719-llvm-4a04c920012e1a8b3ee32ec441f540bbab61820d.zip
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
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 8f7b593cbf5..1d5aa4fb382 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
OpenPOWER on IntegriCloud