rs6000.c: (rs6000_insn_valid_within_doloop): Fix prototype.
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 9 Jun 2005 14:23:28 +0000 (14:23 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 9 Jun 2005 14:23:28 +0000 (14:23 +0000)
2005-06-09  Daniel Berlin  <dberlin@dberlin.org>

* config/rs6000/rs6000.c: (rs6000_insn_valid_within_doloop): Fix
prototype.

From-SVN: r100801

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 0b4abb2..d647b3d 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-09  Daniel Berlin  <dberlin@dberlin.org>
+
+       * config/rs6000/rs6000.c: (rs6000_insn_valid_within_doloop): Fix
+       prototype.
+
 2005-06-08  Daniel Berlin  <dberlin@dberlin.org>
 
        * Makefile.in (OBJS-common): Add tree-ssa-structalias.o.
index 4a56a44..732ccbb 100644 (file)
@@ -552,7 +552,7 @@ struct processor_costs power4_cost = {
 
 \f
 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);