diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 01:04:51 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 01:04:51 +0000 |
commit | d826e13109822b8430676ef5f9de85fdbfe89ba8 (patch) | |
tree | 6d94167b35596d4f96592be435d8120a71ea2597 /gcc/ChangeLog | |
parent | 8b73097663664892cbcb87156e271e3d34736cc8 (diff) | |
download | gcc-d826e13109822b8430676ef5f9de85fdbfe89ba8.tar.gz |
* ipa-inline-transform.c (save_inline_function_body): Add comments.
* ipa-inline.c (inline_small_functions): Compute summaries first, populate
heap later.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172751 138bc75d-0d04-0410-961f-82ee72b054a4
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 7ba9b21c4c1..9ca4ae40b68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2011-04-19 Jan Hubicka <jh@suse.cz> + * ipa-inline-transform.c (save_inline_function_body): Add comments. + * ipa-inline.c (inline_small_functions): Compute summaries first, populate + heap later. + +2011-04-19 Jan Hubicka <jh@suse.cz> + * cgraph.h (save_inline_function_body): Remove. * ipa-inline-transform.c: New file, broke out of... * ipa-inline.c: ... this one; Update toplevel comment. |