]> git.ipfire.org Git - thirdparty/gcc.git/commit
* function.c (reorder_blocks): Make sure the flags are all reset
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jan 2001 21:13:42 +0000 (21:13 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jan 2001 21:13:42 +0000 (21:13 +0000)
commit5e960ca9419a34a41ab80433986a7978b2bf963f
tree266940bd84b12c6fb47ca4f802ecf3412a8b8fe4
parente9a91a9e03c2a46cd9c39b6d5e7a474d34afbb27
* function.c (reorder_blocks): Make sure the flags are all reset
before using them to mark blocks, else a second invocation will
corrupt the block chain.
(reorder_blocks_0): New, resets the flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38724 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/function.c