diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2017-09-15 13:12:33 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2017-09-15 15:12:33 +0200 |
commit | a75c63e02ab97abaaaf3508a25f8d87362ea238a (patch) | |
tree | 468b18f979b2bab0016a7f32c245ef7e6b7b8249 /gcc/ChangeLog | |
parent | 0d803030650a6c671b295d3e7d5161e64b59b2f6 (diff) | |
download | gcc-a75c63e02ab97abaaaf3508a25f8d87362ea238a.zip gcc-a75c63e02ab97abaaaf3508a25f8d87362ea238a.tar.gz gcc-a75c63e02ab97abaaaf3508a25f8d87362ea238a.tar.bz2 |
[PR target/67591] ARM v8 Thumb IT blocks are deprecated
2017-09-15 Christophe Lyon <christophe.lyon@linaro.org>
PR target/67591
* config/arm/arm.md (*cmp_and): Add enabled_for_depr_it attribute.
(*cmp_ior): Likewise.
(*ior_scc_scc): Add alternative for enabled_for_depr_it attribute.
(*ior_scc_scc_cmp): Likewise.
(*and_scc_scc): Likewise.
(*and_scc_scc_cmp): Likewise.
From-SVN: r252817
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fa5f734..4791347 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2017-09-15 Christophe Lyon <christophe.lyon@linaro.org> + + PR target/67591 + * config/arm/arm.md (*cmp_and): Add enabled_for_depr_it attribute. + (*cmp_ior): Likewise. + (*ior_scc_scc): Add alternative for enabled_for_depr_it attribute. + (*ior_scc_scc_cmp): Likewise. + (*and_scc_scc): Likewise. + (*and_scc_scc_cmp): Likewise. + 2017-09-15 Richard Sandiford <richard.sandiford@linaro.org> Alan Hayard <alan.hayward@arm.com> David Sherwood <david.sherwood@arm.com> |