alpha.c (alpha_gimple_fold_builtin): Use gimple_build_assign instead of gimple_build_...
authorJakub Jelinek <jakub@redhat.com>
Tue, 2 Dec 2014 07:32:54 +0000 (08:32 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 2 Dec 2014 07:32:54 +0000 (08:32 +0100)
commit0d3d81525dd293e19166820d2a8f5f00a939f906
treef005c6004baa4d4d9f6155bc20621b91efac3546
parent9db7c9316e484499286d39d4c15e77310bedd3e9
alpha.c (alpha_gimple_fold_builtin): Use gimple_build_assign instead of gimple_build_assign_with_ops and swap the...

* config/alpha/alpha.c (alpha_gimple_fold_builtin): Use
gimple_build_assign instead of gimple_build_assign_with_ops and swap
the order of first two arguments.
* config/aarch64/aarch64-builtins.c (aarch64_gimple_fold_builtin):
Likewise.  Remove last NULL_TREE argument.

From-SVN: r218256
gcc/ChangeLog
gcc/config/aarch64/aarch64-builtins.c
gcc/config/alpha/alpha.c