summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430ISelLowering.h
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-05-07 21:33:59 +0000
committerMatthias Braun <matze@braunis.de>2015-05-07 21:33:59 +0000
commitd04893fa36ff1bae396acfd064cbfceaf135527d (patch)
tree79c1cc469b2d6d62f9e42d2af296bc663e9128af /llvm/lib/Target/MSP430/MSP430ISelLowering.h
parentec8e54bbefec9932cb0e26b020550d7c371acfb1 (diff)
downloadbcm5719-llvm-d04893fa36ff1bae396acfd064cbfceaf135527d.tar.gz
bcm5719-llvm-d04893fa36ff1bae396acfd064cbfceaf135527d.zip
Change getTargetNodeName() to produce compiler warnings for missing cases, fix them
llvm-svn: 236775
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430ISelLowering.h')
-rw-r--r--llvm/lib/Target/MSP430/MSP430ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.h b/llvm/lib/Target/MSP430/MSP430ISelLowering.h
index 9266c3b19df..80d3ae175fb 100644
--- a/llvm/lib/Target/MSP430/MSP430ISelLowering.h
+++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.h
@@ -21,7 +21,7 @@
namespace llvm {
namespace MSP430ISD {
- enum {
+ enum NodeType : unsigned {
FIRST_NUMBER = ISD::BUILTIN_OP_END,
/// Return with a flag operand. Operand 0 is the chain operand.
OpenPOWER on IntegriCloud