Merge the movdi_vfp_cortexa8 pattern into movdi_vfp and remove it to avoid
commit781ef03eec8fbb3ab8abcdb10de476d636d68c4e
authorwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Oct 2017 18:01:59 +0000 (30 18:01 +0000)
committerwilco <wilco@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Oct 2017 18:01:59 +0000 (30 18:01 +0000)
tree04c1026047fb68f5f106c38a81e22e77a0220a69
parent5ae88138087cc6e9776e32308730dde87e027d5d
Merge the movdi_vfp_cortexa8 pattern into movdi_vfp and remove it to avoid
unnecessary duplication and repeating bugs like PR78439 due to changes being
applied only to one of the duplicates.

    gcc/
        * config/arm/vfp.md (movdi_vfp): Merge changes from movdi_vfp_cortexa8.
        * (movdi_vfp_cortexa8): Remove pattern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254233 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/vfp.md