rs6000.c (rs6000_rtx_costs): Indicate that the rs6000 doesn't have shift-and-add...
authorRoger Sayle <roger@eyesopen.com>
Mon, 12 Jul 2004 13:42:28 +0000 (13:42 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 12 Jul 2004 13:42:28 +0000 (13:42 +0000)
commit938bf7475d34bb808144dff4ea0903026bd70b28
treed4c960f66772cc6c6427b9e8562f72d90febd435
parent62e39334a08066c17ead2da37ccb9209b2cc8e14
rs6000.c (rs6000_rtx_costs): Indicate that the rs6000 doesn't have shift-and-add or shift-and-sub...

* config/rs6000/rs6000.c (rs6000_rtx_costs): Indicate that the
rs6000 doesn't have shift-and-add or shift-and-sub instructions
by returning the cost of a multiplication plus an addition.

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