diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-30 21:17:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-30 21:17:30 +0000 |
commit | 5305a4cb33025a19092529dfb0d72071cee1837e (patch) | |
tree | 14bc881a53e25e78692717349634f2e350ae9798 /gcc | |
parent | 80ee04b982ff7293ba749ec96b9a075f9c714900 (diff) | |
download | gcc-5305a4cb33025a19092529dfb0d72071cee1837e.zip gcc-5305a4cb33025a19092529dfb0d72071cee1837e.tar.gz gcc-5305a4cb33025a19092529dfb0d72071cee1837e.tar.bz2 |
* tree-inline.c: Fix a comment typo.
From-SVN: r120288
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree-inline.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7bae1a..ff58d77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-30 Kazu Hirata <kazu@codesourcery.com> + + * tree-inline.c: Fix a comment typo. + 2006-12-30 Jan Hubicka <jh@suse.cz> * ipa-pure-const.c (check_operand): SSA_NAME is safe. diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 8843eb2..20bfc73 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -883,7 +883,7 @@ copy_bb (copy_body_data *id, basic_block bb, int frequency_scale, int count_scal There is however exception where inlining might change dominator relation across EH edges from basic block within inlined functions destinating - to landging pads in function we inline into. + to landing pads in function we inline into. The function mark PHI_RESULT of such PHI nodes for renaming; it is safe the EH edges are abnormal and SSA_NAME_OCCURS_IN_ABNORMAL_PHI |