aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430ISelLowering.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-12-07 02:27:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-12-07 02:27:53 +0000
commite662f7a8b22e7d31fb55e6502af94d49b78bc942 (patch)
tree05ef6f9e66c9503b701d3ab43f5cebd4a01d1060 /lib/Target/MSP430/MSP430ISelLowering.h
parent211a14e476abc9b864ab6a5d5e0bbb86d288b650 (diff)
downloadexternal_llvm-e662f7a8b22e7d31fb55e6502af94d49b78bc942.zip
external_llvm-e662f7a8b22e7d31fb55e6502af94d49b78bc942.tar.gz
external_llvm-e662f7a8b22e7d31fb55e6502af94d49b78bc942.tar.bz2
Initial codegen support for MSP430 ISRs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430ISelLowering.h')
-rw-r--r--lib/Target/MSP430/MSP430ISelLowering.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.h b/lib/Target/MSP430/MSP430ISelLowering.h
index d413ccb..6a1a73e 100644
--- a/lib/Target/MSP430/MSP430ISelLowering.h
+++ b/lib/Target/MSP430/MSP430ISelLowering.h
@@ -27,6 +27,9 @@ namespace llvm {
/// Return with a flag operand. Operand 0 is the chain operand.
RET_FLAG,
+ /// Same as RET_FLAG, but used for returning from ISRs.
+ RETI_FLAG,
+
/// Y = R{R,L}A X, rotate right (left) arithmetically
RRA, RLA,