From: Jeff Law Date: Wed, 11 Mar 1998 01:35:43 +0000 (-0700) Subject: flow.c (find_basic_blocks_1): Keep the cfg accurate when removing an unconditional... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=832544bd032728cb970822ea91e562b1bad62d22;p=gcc.git flow.c (find_basic_blocks_1): Keep the cfg accurate when removing an unconditional jump around deleted blocks. � * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing an unconditional jump around deleted blocks. From-SVN: r18467 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 516037c703d..17a7a67e0b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 11 02:37:41 1998 Jeffrey A Law (law@cygnus.com) + + * flow.c (find_basic_blocks_1): Keep the cfg accurate when removing + an unconditional jump around deleted blocks. + Mon Mar 9 12:02:23 1998 Jim Wilson * profile.c (branch_prob): If see computed goto, call fatal instead of