Commit 7b71de26 by Ranjit Mathew

tree-into-ssa.c (mark_def_sites): Correct minor typo in function comment.

	* tree-into-ssa.c (mark_def_sites): Correct minor typo in function
	comment.

From-SVN: r105435
parent f53d2869
2005-10-15 Ranjit Mathew <rmathew@gcc.gnu.org>
* tree-into-ssa.c (mark_def_sites): Correct minor typo in
function comment.
2005-10-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de> 2005-10-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c/23439 PR c/23439
......
...@@ -619,8 +619,7 @@ add_new_name_mapping (tree new, tree old) ...@@ -619,8 +619,7 @@ add_new_name_mapping (tree new, tree old)
WALK_DATA->GLOBAL_DATA->KILLS. WALK_DATA->GLOBAL_DATA->KILLS.
2- If S uses a variable VAR and there is no preceding kill of VAR, 2- If S uses a variable VAR and there is no preceding kill of VAR,
then it is marked in marked in the LIVEIN_BLOCKS bitmap then it is marked in the LIVEIN_BLOCKS bitmap associated with VAR.
associated with VAR.
This information is used to determine which variables are live This information is used to determine which variables are live
across block boundaries to reduce the number of PHI nodes across block boundaries to reduce the number of PHI nodes
......
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