projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
431beb5
)
We're not going to spend 100% of time in interrupts, do we? :)
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 3 May 2009 13:02:57 +0000
(13:02 +0000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/MSP430InstrInfo.td
b/lib/Target/MSP430/MSP430InstrInfo.td
index 06709d5459374158c94182e3aaee06d69ba6681a..f99b07a31edffc3c3492c299a3c638545f3bc812 100644
(file)
--- 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), "ret
i
", [(retflag)]>;
+ def RETI : Pseudo<(outs), (ins), "ret", [(retflag)]>;
}
//===----------------------------------------------------------------------===//