[sched-deps] Remove needless check for modified_in_p when trying to fuse two non...
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 24 Nov 2014 11:09:59 +0000 (11:09 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 24 Nov 2014 11:09:59 +0000 (11:09 +0000)
commit892d9879a895ac23e8672a0817c4cfd0af253bca
tree796682fd2edd26a0fabad078aaaf49c3506d6499
parenta9a318b031037cf3c486d7d863eae8491f1898d2
[sched-deps] Remove needless check for modified_in_p when trying to fuse two non-conditional jump insns

* sched-deps.c (sched_macro_fuse_insns): Do not check modified_in_p
in the not conditional jump case.
* doc/tm.texi (TARGET_SCHED_MACRO_FUSION_PAIR_P): Update description.
* target.def (TARGET_SCHED_MACRO_FUSION_PAIR_P): Update description.

* gcc.target/aarch64/fuse_adrp_add_1.c: New test.

From-SVN: r218012
gcc/ChangeLog
gcc/doc/tm.texi
gcc/sched-deps.c
gcc/target.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/fuse_adrp_add_1.c [new file with mode: 0644]