(ADJUST_COST): Call rs6000_adjust_cost.
From-SVN: r6550
This commit is contained in:
parent
a06faf84c1
commit
b0634e7467
@ -452,7 +452,7 @@ extern char *rs6000_cpu_string;
|
||||
a cost, but it is probably not worthwhile to track it. */
|
||||
|
||||
#define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
|
||||
(COST) = ppc_adjust_cost (INSN,LINK,DEP_INSN,COST)
|
||||
(COST) = rs6000_adjust_cost (INSN,LINK,DEP_INSN,COST)
|
||||
|
||||
/* Define this macro to change register usage conditional on target flags.
|
||||
Set MQ register fixed (already call_used) if not POWER architecture
|
||||
|
Loading…
Reference in New Issue
Block a user