diff --git a/lib/Target/MSP430/MSP430InstrInfo.td b/lib/Target/MSP430/MSP430InstrInfo.td index 06709d54593..f99b07a31ed 100644 --- a/lib/Target/MSP430/MSP430InstrInfo.td +++ b/lib/Target/MSP430/MSP430InstrInfo.td @@ -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)]>; } //===----------------------------------------------------------------------===//