diff options
author | Cary Coutant <ccoutant@google.com> | 2009-07-24 22:37:05 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@gcc.gnu.org> | 2009-07-24 15:37:05 -0700 |
commit | cbea518e5bed234467f0c1108a623fd49a251b80 (patch) | |
tree | 6458eefa49d090a1d57d4fe791e5a56f2a987f5e /gcc/ChangeLog | |
parent | 2e0814c8d67b6a80fc68cfefd90865bc4e2b87ec (diff) | |
download | gcc-cbea518e5bed234467f0c1108a623fd49a251b80.zip gcc-cbea518e5bed234467f0c1108a623fd49a251b80.tar.gz gcc-cbea518e5bed234467f0c1108a623fd49a251b80.tar.bz2 |
cfghooks.c (split_block): Copy discriminator to new block.
* cfghooks.c (split_block): Copy discriminator to new block.
* tree-cfg.c (assign_discriminator): Check location of last
instruction in block as well as first.
From-SVN: r150065
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5fc84c6..13acf76 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-07-24 Cary Coutant <ccoutant@google.com> + + * cfghooks.c (split_block): Copy discriminator to new block. + * tree-cfg.c (assign_discriminator): Check location of last + instruction in block as well as first. + 2009-07-24 Uros Bizjak <ubizjak@gmail.com> * config/i386/linux.c: Use fputs or putc instead of fprintf |