summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
diff options
context:
space:
mode:
authorRanjit Mathew <rmathew@gcc.gnu.org>2005-10-15 12:17:16 +0000
committerRanjit Mathew <rmathew@gcc.gnu.org>2005-10-15 12:17:16 +0000
commit7b71de26446ee7729f8d0440edebb80c0f26db8d (patch)
tree20fd39c44a9bffa6b63fd4dbca07a3a85cf91a1f /gcc/tree-into-ssa.c
parentf53d2869533d83d0a33505ef6c60a8d7e04f2d18 (diff)
downloadgcc-7b71de26446ee7729f8d0440edebb80c0f26db8d.tar.gz
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
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r--gcc/tree-into-ssa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c
index 97ddc73ab54..812e9a96c8a 100644
--- a/gcc/tree-into-ssa.c
+++ b/gcc/tree-into-ssa.c
@@ -619,8 +619,7 @@ add_new_name_mapping (tree new, tree old)
WALK_DATA->GLOBAL_DATA->KILLS.
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
- associated with VAR.
+ then it is marked in the LIVEIN_BLOCKS bitmap associated with VAR.
This information is used to determine which variables are live
across block boundaries to reduce the number of PHI nodes