(ADJUST_COST): Add new definition.
authorTorbjorn Granlund <tege@gnu.org>
Tue, 2 Mar 1993 19:21:13 +0000 (19:21 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Tue, 2 Mar 1993 19:21:13 +0000 (19:21 +0000)
From-SVN: r3596

gcc/config/pa/pa.h

index 6a9e504fbdaf9fd8256e4c6e677f7c888811cce1..8431f3a4f5846fe62be983d0159f2271dcdf5f7d 100644 (file)
@@ -1404,6 +1404,11 @@ while (0)
   case PLUS: /* this includes shNadd insns */          \
     return COSTS_N_INSNS (1) + 2;
 
+/* Adjust the cost of dependencies.  */
+
+#define ADJUST_COST(INSN,LINK,DEP,COST) \
+  (COST) = pa_adjust_cost (INSN, LINK, DEP, COST)
+
 /* Conditional branches with empty delay slots have a length of two.  */
 #define ADJUST_INSN_LENGTH(INSN, LENGTH)       \
   if (GET_CODE (INSN) == CALL_INSN                                     \