aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrThumb2.td
diff options
context:
space:
mode:
authorMihai Popa <mihail.popa@gmail.com>2013-08-08 10:20:41 +0000
committerMihai Popa <mihail.popa@gmail.com>2013-08-08 10:20:41 +0000
commit868bed99674cf19e5cb475945f3067f0f4cc421e (patch)
treecf7ddccf99342650d063451e3409010d3d880bc6 /lib/Target/ARM/ARMInstrThumb2.td
parent13aeceb8617f43da3bd290ed1454ceb9834e69dc (diff)
downloadexternal_llvm-868bed99674cf19e5cb475945f3067f0f4cc421e.zip
external_llvm-868bed99674cf19e5cb475945f3067f0f4cc421e.tar.gz
external_llvm-868bed99674cf19e5cb475945f3067f0f4cc421e.tar.bz2
The name "tCDP" isn't used anywhere else in the source code, so renaming it for consistency doesn't cause any problems.
This is the only Thumb2 instruction defined with "t" prefix; all other Thumb2 instructions have "t2" prefix (e.g. "t2CDP2" which is defined immediately afterwards). Patch by Artyom Skrobov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrThumb2.td')
-rw-r--r--lib/Target/ARM/ARMInstrThumb2.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td
index 84086a5..7de0901 100644
--- a/lib/Target/ARM/ARMInstrThumb2.td
+++ b/lib/Target/ARM/ARMInstrThumb2.td
@@ -3943,7 +3943,7 @@ def t2MRRC2 : t2MovRRCopro<0b1111, "mrrc2", 1>;
// Other Coprocessor Instructions.
//
-def tCDP : T2Cop<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1,
+def t2CDP : T2Cop<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1,
c_imm:$CRd, c_imm:$CRn, c_imm:$CRm, imm0_7:$opc2),
"cdp", "\t$cop, $opc1, $CRd, $CRn, $CRm, $opc2",
[(int_arm_cdp imm:$cop, imm:$opc1, imm:$CRd, imm:$CRn,