diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-03-10 18:35:43 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-10 18:35:43 -0700 |
commit | 832544bd032728cb970822ea91e562b1bad62d22 (patch) | |
tree | d98011b415b441db6c7b3d2c45ad1e3b737fc86c /gcc | |
parent | e1834b5a6fed17915ed3edadf2302157f2d19053 (diff) | |
download | gcc-832544bd032728cb970822ea91e562b1bad62d22.zip gcc-832544bd032728cb970822ea91e562b1bad62d22.tar.gz gcc-832544bd032728cb970822ea91e562b1bad62d22.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 516037c..17a7a67 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 <wilson@cygnus.com> * profile.c (branch_prob): If see computed goto, call fatal instead of |