]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Rid the world of NAMED_PARAM
authorJames Greenhalgh <james.greenhalgh@arm.com>
Wed, 4 Feb 2015 13:47:13 +0000 (13:47 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 4 Feb 2015 13:47:13 +0000 (13:47 +0000)
commitbd95e65526b16e3b1441f3a9e60a523b810e3e8a
tree51eead7dc77b599aeaf5c5c204b7ec317cf49fc2
parent20693e972aeede9d6d337982074f20593a6495bb
[AArch64] Rid the world of NAMED_PARAM

gcc/

* config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
(generic_addrcost_table): Remove NAMED_PARAM.
(cortexa57_addrcost_table): Likewise.
(xgene1_addrcost_table): Likewise.
(generic_regmove_table): Likewise.
(cortexa53_regmove_table): Likewise.
(xgene1_regmove_table): Likewise.
(generic_vector_table): Likewise.
(cortexa57_vector_table): Likewise.
(xgene1_vector_table): Likewise.
(generic_tunings): Likewise.
(cortexa53_tunings): Likewise.
(cortexa57_tunings): Likewise.
(xgene1_tunings): Likewise.

From-SVN: r220401
gcc/ChangeLog
gcc/config/aarch64/aarch64.c