Commit 5305a4cb by Kazu Hirata Committed by Kazu Hirata

* tree-inline.c: Fix a comment typo.

From-SVN: r120288
parent 80ee04b9
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment