summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrFormats.td
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-08-22 23:44:04 +0000
committerOwen Anderson <resistor@mac.com>2011-08-22 23:44:04 +0000
commit8e1e60b5f8fd9c6233bdb8814ee40887555a0594 (patch)
tree9704eb2a12fb04927d573fe2ee4dfa0e785557c5 /lib/Target/ARM/ARMInstrFormats.td
parent6667e5429608b5a0d55850b980ae433deda0e5f2 (diff)
downloadllvm-8e1e60b5f8fd9c6233bdb8814ee40887555a0594.tar.gz
llvm-8e1e60b5f8fd9c6233bdb8814ee40887555a0594.tar.bz2
llvm-8e1e60b5f8fd9c6233bdb8814ee40887555a0594.tar.xz
Reject invalid imod values in t2CPS instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r--lib/Target/ARM/ARMInstrFormats.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td
index eba55944d2..6056eb9322 100644
--- a/lib/Target/ARM/ARMInstrFormats.td
+++ b/lib/Target/ARM/ARMInstrFormats.td
@@ -134,6 +134,7 @@ 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 {