[AArch64] Use contains_mem_rtx_p to detect memory sub-rtxes
commite317dd272d26109ceea577c09de4e76d1add79ed
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 2017 15:54:50 +0000 (13 15:54 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 2017 15:54:50 +0000 (13 15:54 +0000)
tree6cd19ba68944356e2066deca2e4c8f94367804be
parent9479e89928110ed45e995b4a37d7ad3a217d6842
[AArch64] Use contains_mem_rtx_p to detect memory sub-rtxes

* config/aarch64/aarch64.c (has_memory_op): Delete.
(aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
has_memory_op.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245391 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64.c