diff options
Diffstat (limited to 'gcc/config/pa/pa.h')
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 610bcf5da3c..5e272a2f346 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1570,7 +1570,7 @@ do { \ : 2) /* Adjust the cost of branches. */ -#define BRANCH_COST (pa_cpu == PROCESSOR_8000 ? 2 : 1) +#define BRANCH_COST(speed_p, predictable_p) (pa_cpu == PROCESSOR_8000 ? 2 : 1) /* Handling the special cases is going to get too complicated for a macro, just call `pa_adjust_insn_length' to do the real work. */ |