Fix compile time warning about building the FRV backend by adding missing break state...
authorNick Clifton <nickc@redhat.com>
Mon, 30 Sep 2019 15:27:14 +0000 (15:27 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 30 Sep 2019 15:27:14 +0000 (15:27 +0000)
commit0c88d078eba7f51d2e5fc76a630f7eb369c09c87
tree79417723827ab9de1d731457a2c2d3f17ffc588b
parent51051f474a768d285714d713f1b7535d6a139350
Fix compile time warning about building the FRV backend by adding missing break statements to the switches in frv_register_move_cost.

PR target/85978
* config/frv/frv.c (frv_register_move_cost): Add break statements
to avoid falling through to the wrong cases.  Tidy code.

From-SVN: r276306
gcc/ChangeLog
gcc/config/frv/frv.c