loop.c (strength_reduce): Undo Oct 14 change marking bct_p ATTRIBUTE_UNUSED.
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Thu, 15 Oct 1998 09:46:38 +0000 (09:46 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 15 Oct 1998 09:46:38 +0000 (05:46 -0400)
        * loop.c (strength_reduce): Undo Oct 14 change marking bct_p
        ATTRIBUTE_UNUSED.

From-SVN: r23107

gcc/ChangeLog
gcc/loop.c

index b120cc4..4715dd6 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 15 12:42:13 1998  David Edelsohn  <edelsohn@mhpcc.edu>
+
+       * loop.c (strength_reduce): Undo Oct 14 change marking bct_p
+       ATTRIBUTE_UNUSED.
+
 Thu Oct 15 00:57:55 1998  Robert Lipe  <robertl@dgii.com>
 
        * c-pragma.c (handle_pragma_token): Test for null tree before
index 7929920..a488a0e 100644 (file)
@@ -3543,7 +3543,7 @@ strength_reduce (scan_start, end, loop_top, insn_count,
      int insn_count;
      rtx loop_start;
      rtx loop_end;
-     int unroll_p, bct_p ATTRIBUTE_UNUSED;
+     int unroll_p, bct_p;
 {
   rtx p;
   rtx set;