aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430ISelLowering.h
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-12-18 18:21:29 +0000
committerEli Bendersky <eliben@google.com>2012-12-18 18:21:29 +0000
commit968b667e27d7fc9a5bf5da52191a7af629e174dc (patch)
treecfcd61a3ccd0ea7c42c88292371eed01368e73fe /lib/Target/MSP430/MSP430ISelLowering.h
parentedc3503ca5a4ab9133dd825dce4abd46bc4a3e08 (diff)
downloadexternal_llvm-968b667e27d7fc9a5bf5da52191a7af629e174dc.zip
external_llvm-968b667e27d7fc9a5bf5da52191a7af629e174dc.tar.gz
external_llvm-968b667e27d7fc9a5bf5da52191a7af629e174dc.tar.bz2
Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430ISelLowering.h')
-rw-r--r--lib/Target/MSP430/MSP430ISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.h b/lib/Target/MSP430/MSP430ISelLowering.h
index bf021ea..ab4e64e 100644
--- a/lib/Target/MSP430/MSP430ISelLowering.h
+++ b/lib/Target/MSP430/MSP430ISelLowering.h
@@ -116,6 +116,7 @@ namespace llvm {
/// out to 16 bits.
virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;
virtual bool isZExtFree(EVT VT1, EVT VT2) const;
+ virtual bool isZExtFree(SDValue Val, EVT VT2) const;
MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI,
MachineBasicBlock *BB) const;