From e1b6684ceca53685a860320b57573fcfa83d8e7f Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 8 Sep 1999 15:44:18 +0000 Subject: gansidecl.h (__attribute__, [...]): Delete. * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL, ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF, ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3, ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete. * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR. * cccp.c (pcfinclude): Likewise. * global.c (allocno_compare): Likewise. * haifa-sched.c (rank_for_schedule): Likewise. * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise. * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise. * stupid.c (stupid_reg_compare): Likewise. * tree.c (_obstack_allocated_p): Likewise. * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise. From-SVN: r29208 --- gcc/haifa-sched.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/haifa-sched.c') diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index e504192..079e290 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -444,7 +444,7 @@ static void sched_analyze_2 PROTO ((rtx, rtx)); static void sched_analyze_insn PROTO ((rtx, rtx, rtx)); static void sched_analyze PROTO ((rtx, rtx)); static void sched_note_set PROTO ((rtx, int)); -static int rank_for_schedule PROTO ((const GENERIC_PTR, const GENERIC_PTR)); +static int rank_for_schedule PROTO ((const PTR, const PTR)); static void swap_sort PROTO ((rtx *, int)); static void queue_insn PROTO ((rtx, int)); static int schedule_insn PROTO ((rtx, rtx *, int, int)); @@ -4066,8 +4066,8 @@ while (0) static int rank_for_schedule (x, y) - const GENERIC_PTR x; - const GENERIC_PTR y; + const PTR x; + const PTR y; { rtx tmp = *(rtx *)y; rtx tmp2 = *(rtx *)x; -- cgit v1.1