diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80cff346577..73fd11fe98b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,14 @@ +2007-01-04 Zdenek Dvorak <dvorakz@suse.cz> + + * cfgloop.h (enum li_flags): Make the constants powers of two. + 2007-01-04 Jan Hubicka <jh@suse.cz> * tree-inline.c (copy_bb): Insert new statements to statements_to_fold set. (fold_marked_statements): New function. (optimize_inline_calls, tree_function_versioning): Fold new statements. - * tree-inline.h (copy_body_data): Add statemetns_to_fold. + * tree-inline.h (copy_body_data): Add statements_to_fold. 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com> |