mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
ARM: Remove redundant instalias.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
046eea5247
commit
cc5fc665e3
@ -2816,9 +2816,6 @@ def MOVr : AsI1<0b1101, (outs GPR:$Rd), (ins GPR:$Rm), DPFrm, IIC_iMOVr,
|
||||
let Inst{15-12} = Rd;
|
||||
}
|
||||
|
||||
def : ARMInstAlias<"movs${p} $Rd, $Rm",
|
||||
(MOVr GPR:$Rd, GPR:$Rm, pred:$p, CPSR)>;
|
||||
|
||||
// A version for the smaller set of tail call registers.
|
||||
let neverHasSideEffects = 1 in
|
||||
def MOVr_TC : AsI1<0b1101, (outs tcGPR:$Rd), (ins tcGPR:$Rm), DPFrm,
|
||||
|
Loading…
Reference in New Issue
Block a user