[PATCH] tCDP is inconsistently named in lib/Target/ARM/ARMInstrThumb2.td

Artyom Skrobov Artyom.Skrobov at arm.com
Wed Aug 7 10:13:48 PDT 2013


lib/Target/ARM/ARMInstrThumb2.td defines "def tCDP : T2Cop<0b1110, (outs), (ins p_imm:$cop, imm0_15:$opc1, ..."

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)

The name "tCDP" isn't used anywhere else in the source code, so renaming it for consistency doesn't cause any problems.


-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tCDP.patch
Type: application/octet-stream
Size: 644 bytes
Desc: tCDP.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130807/01d30c1f/attachment.obj>


More information about the cfe-commits mailing list