From: Daniel Berlin Date: Thu, 9 Jun 2005 14:23:28 +0000 (+0000) Subject: rs6000.c: (rs6000_insn_valid_within_doloop): Fix prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ffa9a0ce504d59abfa34e2b92d0f3e1aa3f6218;p=gcc.git rs6000.c: (rs6000_insn_valid_within_doloop): Fix prototype. 2005-06-09 Daniel Berlin * config/rs6000/rs6000.c: (rs6000_insn_valid_within_doloop): Fix prototype. From-SVN: r100801 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b4abb251c1..d647b3d190d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-09 Daniel Berlin + + * config/rs6000/rs6000.c: (rs6000_insn_valid_within_doloop): Fix + prototype. + 2005-06-08 Daniel Berlin * Makefile.in (OBJS-common): Add tree-ssa-structalias.o. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 4a56a441e0f..732ccbbee60 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -552,7 +552,7 @@ struct processor_costs power4_cost = { static bool rs6000_function_ok_for_sibcall (tree, tree); -static bool rs6000_invalid_within_doloop (rtx); +static const char *rs6000_invalid_within_doloop (rtx); static rtx rs6000_generate_compare (enum rtx_code); static void rs6000_maybe_dead (rtx); static void rs6000_emit_stack_tie (void);