aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-01 16:00:50 +0000
committerChris Lattner <sabre@nondot.org>2010-09-01 16:00:50 +0000
commit5bcb8a6112eca5fb72b39b6b4e608ab1b41e94de (patch)
treecc7b24f4c78a7b643ebd3e1d1f0bf2d9be0109dd /lib/Target/ARM/ARMInstrInfo.td
parenta51d89ce161e2a832ecca6906d73d78eff66c351 (diff)
temporarily revert r112664, it is causing a decoding conflict, and
the testcases should be merged. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.td')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index d1d4390db0..e66f9b9ad0 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -2419,14 +2419,6 @@ def MOVCCi : AI1<0b1101, (outs GPR:$dst),
RegConstraint<"$false = $dst">, UnaryDP {
let Inst{25} = 1;
}
-
-def MVNCCi : AI1<0b1111, (outs GPR:$dst),
- (ins GPR:$false, so_imm:$true), DPFrm, IIC_iCMOVi,
- "mvn", "\t$dst, $true",
- [/*(set GPR:$dst, (ARMcmov GPR:$false,so_imm_not:$true,imm:$cc,CCR:$ccr))*/]>,
- RegConstraint<"$false = $dst">, UnaryDP {
- let Inst{25} = 0;
-}
} // neverHasSideEffects
//===----------------------------------------------------------------------===//