mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
Add "swi" which is an obsolete mnemonic for "svc".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127788 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d831381a9
commit
e27fa74d5f
@ -1531,6 +1531,7 @@ def SVC : ABI<0b1111, (outs), (ins i32imm:$svc), IIC_Br, "svc", "\t$svc",
|
||||
let Inst{23-0} = svc;
|
||||
}
|
||||
}
|
||||
def : MnemonicAlias<"swi", "svc">;
|
||||
|
||||
// Store Return State is a system instruction -- for disassembly only
|
||||
let isCodeGenOnly = 1 in { // FIXME: This should not use submode!
|
||||
|
Loading…
Reference in New Issue
Block a user