summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrFormats.td
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-08-23 17:45:18 +0000
committerOwen Anderson <resistor@mac.com>2011-08-23 17:45:18 +0000
commit6153a036f544beb03dfc4d58edc28cf42712743d (patch)
treeaa0f6e8d35e9c387e2d27b185a642a75bb38ed4f /lib/Target/ARM/ARMInstrFormats.td
parentcefe4c9c483d8a50ff13f36881090ab44ec67f13 (diff)
downloadllvm-6153a036f544beb03dfc4d58edc28cf42712743d.tar.gz
llvm-6153a036f544beb03dfc4d58edc28cf42712743d.tar.bz2
llvm-6153a036f544beb03dfc4d58edc28cf42712743d.tar.xz
Fix Thumb2 decoding of CPS instructions to mirror ARM decoding of the same instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r--lib/Target/ARM/ARMInstrFormats.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td
index 6056eb9322..eba55944d2 100644
--- a/lib/Target/ARM/ARMInstrFormats.td
+++ b/lib/Target/ARM/ARMInstrFormats.td
@@ -134,7 +134,6 @@ def VFPNeonA8Domain : Domain<5>; // Instructions in VFP & Neon under A8
// ARM imod and iflag operands, used only by the CPS instruction.
def imod_op : Operand<i32> {
let PrintMethod = "printCPSIMod";
- let DecoderMethod = "DecodeCPSIMod";
}
def ProcIFlagsOperand : AsmOperandClass {