rs6000.c (rs6000_rtx_costs): Handle subtractions identically to additions, always...
authorRoger Sayle <roger@eyesopen.com>
Wed, 30 Jun 2004 12:46:52 +0000 (12:46 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 30 Jun 2004 12:46:52 +0000 (12:46 +0000)
commit521903292cec2da89e5804e420245a006affd240
treefeb19d5c4198e9734f5ec8d3694ba3879f4fdf66
parent4c6fd544cc2702f5ce92a7e12b8d287f48b140ad
rs6000.c (rs6000_rtx_costs): Handle subtractions identically to additions, always COSTS_N_INSNS (1).

* config/rs6000/rs6000.c (rs6000_rtx_costs) <MINUS_EXPR>: Handle
subtractions identically to additions, always COSTS_N_INSNS (1).

From-SVN: r83906
gcc/ChangeLog
gcc/config/rs6000/rs6000.c