We're not going to spend 100% of time in interrupts, do we? :)
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:02:57 +0000 (13:02 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:02:57 +0000 (13:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70713 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430InstrInfo.td

index 06709d5459374158c94182e3aaee06d69ba6681a..f99b07a31edffc3c3492c299a3c638545f3bc812 100644 (file)
@@ -41,7 +41,7 @@ def NOP : Pseudo<(outs), (ins), "nop", []>;
 
 // FIXME: Provide proper encoding!
 let isReturn = 1, isTerminator = 1 in {
-  def RETI : Pseudo<(outs), (ins), "reti", [(retflag)]>;
+  def RETI : Pseudo<(outs), (ins), "ret", [(retflag)]>;
 }
 
 //===----------------------------------------------------------------------===//