aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430InstrInfo.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-10-21 19:16:49 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-10-21 19:16:49 +0000
commit3926fb63c24ceeefc0215b8e14eb81c85403639e (patch)
treef0a73573c10869eea25ddcb2842a10eca4674e52 /lib/Target/MSP430/MSP430InstrInfo.h
parent68afa54033eccda0f55e920cb548588e71a45418 (diff)
downloadexternal_llvm-3926fb63c24ceeefc0215b8e14eb81c85403639e.zip
external_llvm-3926fb63c24ceeefc0215b8e14eb81c85403639e.tar.gz
external_llvm-3926fb63c24ceeefc0215b8e14eb81c85403639e.tar.bz2
Cosmetic changes, no functionality changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430InstrInfo.h')
-rw-r--r--lib/Target/MSP430/MSP430InstrInfo.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Target/MSP430/MSP430InstrInfo.h b/lib/Target/MSP430/MSP430InstrInfo.h
index e07aaca..06c0c71 100644
--- a/lib/Target/MSP430/MSP430InstrInfo.h
+++ b/lib/Target/MSP430/MSP430InstrInfo.h
@@ -21,20 +21,6 @@ namespace llvm {
class MSP430TargetMachine;
-namespace MSP430 {
- // MSP430 specific condition code.
- enum CondCode {
- COND_E = 0, // aka COND_Z
- COND_NE = 1, // aka COND_NZ
- COND_HS = 2, // aka COND_C
- COND_LO = 3, // aka COND_NC
- COND_GE = 4,
- COND_L = 5,
-
- COND_INVALID
- };
-}
-
class MSP430InstrInfo : public TargetInstrInfoImpl {
const MSP430RegisterInfo RI;
MSP430TargetMachine &TM;