AArch32: fix bootstrap failure
authorAlex Coplan <Alex.Coplan@arm.com>
Thu, 7 May 2020 10:34:06 +0000 (11:34 +0100)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 7 May 2020 10:34:06 +0000 (11:34 +0100)
commit9cd70f3f0fa45cbe899da5ecd0b0c6da0657fd62
treee024402f6dcf9a49b0413e9150a4aadff30a278a
parent283cb9ea6293e813e48a1b769e1e0779918ea20a
AArch32: fix bootstrap failure

The attached patch fixes a bootstrap failure on AArch32 introduced by
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=308bc496884706af4b3077171cbac684c7a6f7c6

This makes the declaration of arm_add_stmt_cost match the definition, and removes the redundant
class keyword from the definition.

2020-05-07  Alex Coplan  <alex.coplan@arm.com>

        * config/arm/arm.c (arm_add_stmt_cost): Fix declaration, remove class
from definition.
gcc/ChangeLog
gcc/config/arm/arm.c