Commit 4cd8d6f4 by David Edelsohn Committed by David Edelsohn

loop.c (strength_reduce): Undo Oct 14 change marking bct_p ATTRIBUTE_UNUSED.

        * loop.c (strength_reduce): Undo Oct 14 change marking bct_p
        ATTRIBUTE_UNUSED.

From-SVN: r23107
parent 12fe4621
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment