summaryrefslogtreecommitdiff
path: root/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
commit8b528e52ee6018b0d0e7e46b3b4cf6f41fdaa0d9 (patch)
tree152e3fb01cadc9e040298fffba1ec792278ddb08 /lib/Target/MSP430/MSP430InstrInfo.h
parented1a51af376b9027db60ff060e0a2572493df07b (diff)
downloadllvm-8b528e52ee6018b0d0e7e46b3b4cf6f41fdaa0d9.tar.gz
llvm-8b528e52ee6018b0d0e7e46b3b4cf6f41fdaa0d9.tar.bz2
llvm-8b528e52ee6018b0d0e7e46b3b4cf6f41fdaa0d9.tar.xz
Lower select with custom inserted and make condjumps generic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430InstrInfo.h')
-rw-r--r--lib/Target/MSP430/MSP430InstrInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/MSP430/MSP430InstrInfo.h b/lib/Target/MSP430/MSP430InstrInfo.h
index 0803e2d77c..59133d98ce 100644
--- a/lib/Target/MSP430/MSP430InstrInfo.h
+++ b/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