forked from OSchip/llvm-project
We're not going to spend 100% of time in interrupts, do we? :)
llvm-svn: 70713
This commit is contained in:
parent
8a17dff7d0
commit
abb51755c8
|
@ -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)]>;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue