[llvm-commits] [llvm] r169561 - /llvm/trunk/lib/Target/ARM/ARMISelLowering.h

Matt Beaumont-Gay matthewbg at google.com
Thu Dec 6 15:15:36 PST 2012


Author: matthewbg
Date: Thu Dec  6 17:15:36 2012
New Revision: 169561

URL: http://llvm.org/viewvc/llvm-project?rev=169561&view=rev
Log:
Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we
decide what pattern we want to follow in the future.

Modified:
    llvm/trunk/lib/Target/ARM/ARMISelLowering.h

Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.h?rev=169561&r1=169560&r2=169561&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.h Thu Dec  6 17:15:36 2012
@@ -294,6 +294,7 @@
                                     bool MemcpyStrSrc,
                                     MachineFunction &MF) const;
 
+    using TargetLowering::isZExtFree;
     virtual bool isZExtFree(SDValue Val, EVT VT2) const;
 
     /// isLegalAddressingMode - Return true if the addressing mode represented





More information about the llvm-commits mailing list