]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm.md (attribute "insn"): Delete values "mrs", "msr", "xtab" and "sat".
authorSofiane Naci <sofiane.naci@arm.com>
Thu, 18 Jul 2013 09:16:05 +0000 (09:16 +0000)
committerSofiane Naci <sofiane@gcc.gnu.org>
Thu, 18 Jul 2013 09:16:05 +0000 (09:16 +0000)
commit52fceb441aabe2bd632bbeb88b8173735f7e9064
treeb2065d65c4e6d7f557e0069a64ef5a424b5ad7ca
parent006bd0062b40988bb77b27467ac1af72e0468ab2
arm.md (attribute "insn"): Delete values "mrs", "msr", "xtab" and "sat".

* config/arm/arm.md (attribute "insn"): Delete values "mrs", "msr",
"xtab" and "sat".  Move value "clz" from here to ...
(attriubte "type"): ... here.
(satsi_<SAT:code>): Delete "insn" attribute.
(satsi_<SAT:code>_shift): Likewise.
(arm_zero_extendqisi2addsi): Likewise.
(arm_extendqisi2addsi): Likewise.
(clzsi2): Update for attribute changes.
(rbitsi2): Likewise.
* config/arm/arm-fixed.md (arm_ssatsihi_shift): Delete "insn" attribute.
(arm_usatsihi): Likewise.
* config/arm/cortex-a8.md (cortex_a8_alu): Update for attribute change.

From-SVN: r201025
gcc/ChangeLog
gcc/config/arm/arm-fixed.md
gcc/config/arm/arm.md
gcc/config/arm/cortex-a8.md