cse.c (cse_basic_block): Fixup hash flushing loop so we do not accidently walk into...
authorDavid S. Miller <davem@pierdol.cobaltnet.com>
Fri, 16 Oct 1998 01:23:51 +0000 (01:23 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 16 Oct 1998 01:23:51 +0000 (18:23 -0700)
commit925be47cd54bcdb5e6da71a37de22ca08f367f83
tree9def81cd0e6f0f1c919ba36f812a91b498a74a73
parent748f2a2298e1b15954f5d113b4dba07fa8231bc6
cse.c (cse_basic_block): Fixup hash flushing loop so we do not accidently walk into the free list.

* cse.c (cse_basic_block): Fixup hash flushing loop so we do not
accidently walk into the free list.  Comment how that can happen.
(invalidate): Fix indentation.

From-SVN: r23122
gcc/ChangeLog
gcc/cse.c