projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef9e3c5
)
Opps.
author
Jeff Law
<law@gcc.gnu.org>
Mon, 24 Aug 1998 11:09:10 +0000
(
05:09
-0600)
committer
Jeff Law
<law@gcc.gnu.org>
Mon, 24 Aug 1998 11:09:10 +0000
(
05:09
-0600)
From-SVN: r21936
gcc/loop.c
patch
|
blob
|
history
diff --git
a/gcc/loop.c
b/gcc/loop.c
index dda3acade5cb97d16e5df5d9b9937f952e96b305..88377d1fe52af884a484d4c44a059230b092d132 100644
(file)
--- a/
gcc/loop.c
+++ b/
gcc/loop.c
@@
-785,7
+785,6
@@
scan_loop (loop_start, end, unroll_p)
#ifdef AVOID_CCMODE_COPIES
/* Don't try to move insns which set CC registers if we should not
create CCmode register copies. */
- be avoiding
for (i = FIRST_PSEUDO_REGISTER; i < nregs - loop_mems_idx; i++)
if (GET_MODE_CLASS (GET_MODE (regno_reg_rtx[i])) == MODE_CC)
may_not_optimize[i] = 1;