commit | e662f7a8b22e7d31fb55e6502af94d49b78bc942 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Mon Dec 07 02:27:53 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Mon Dec 07 02:27:53 2009 +0000 |
tree | 05ef6f9e66c9503b701d3ab43f5cebd4a01d1060 | |
parent | 211a14e476abc9b864ab6a5d5e0bbb86d288b650 [diff] [blame] |
Initial codegen support for MSP430 ISRs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90739 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ /// 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,