summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430InstrInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-05-03 13:12:23 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-05-03 13:12:23 +0000
commitb6321e15f7fbc8ecdfa30b311be34c3bef2b00a7 (patch)
tree9b2cf7e6888a6e7e4013973bca6b379c93fccd7d /llvm/lib/Target/MSP430/MSP430InstrInfo.h
parent962720129d33d2db1c70fce1e77ac60f9d664450 (diff)
downloadbcm5719-llvm-b6321e15f7fbc8ecdfa30b311be34c3bef2b00a7.tar.gz
bcm5719-llvm-b6321e15f7fbc8ecdfa30b311be34c3bef2b00a7.zip
Lower select with custom inserted and make condjumps generic
llvm-svn: 70744
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430InstrInfo.h')
-rw-r--r--llvm/lib/Target/MSP430/MSP430InstrInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430InstrInfo.h b/llvm/lib/Target/MSP430/MSP430InstrInfo.h
index 0803e2d77cd..59133d98ce0 100644
--- a/llvm/lib/Target/MSP430/MSP430InstrInfo.h
+++ b/llvm/lib/Target/MSP430/MSP430InstrInfo.h
@@ -22,8 +22,7 @@ namespace llvm {
class MSP430TargetMachine;
namespace MSP430 {
- // MSP430 specific condition code. These correspond to MSP430_*_COND in
- // MSP430InstrInfo.td. They must be kept in synch.
+ // MSP430 specific condition code.
enum CondCode {
COND_E = 0, // aka COND_Z
COND_NE = 1, // aka COND_NZ
OpenPOWER on IntegriCloud