projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12fe462
)
loop.c (strength_reduce): Undo Oct 14 change marking bct_p ATTRIBUTE_UNUSED.
author
David Edelsohn
<edelsohn@mhpcc.edu>
Thu, 15 Oct 1998 09:46:38 +0000
(09:46 +0000)
committer
David 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
patch
|
blob
|
history
gcc/loop.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index b120cc4fbf73a4882aa3d2fe40fe77492cedabc0..4715dd66b31bf98530559763bf9b91bcda7fce6c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/loop.c
b/gcc/loop.c
index 792992026dd917c9223113cc0089f2a9ef40bebc..a488a0ea0d8d25c0e975b7f9bc86506a8cfceaec 100644
(file)
--- a/
gcc/loop.c
+++ b/
gcc/loop.c
@@
-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;