]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-into-ssa.c (mark_def_sites): Correct minor typo in function comment.
authorRanjit Mathew <rmathew@gcc.gnu.org>
Sat, 15 Oct 2005 12:17:16 +0000 (12:17 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Sat, 15 Oct 2005 12:17:16 +0000 (12:17 +0000)
* tree-into-ssa.c (mark_def_sites): Correct minor typo in function
comment.

From-SVN: r105435

gcc/ChangeLog
gcc/tree-into-ssa.c

index dd60a6eeaeb4432e4f25ad99387e329a9d1723d6..5cf5a4982e6fc54ce8fb71ba5ab70ede1ba59f25 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR c/23439
index 97ddc73ab54cbfe1c3e362ba9e64ccfc857ff513..812e9a96c8a42dbdca927243286ea3e82c857e6a 100644 (file)
@@ -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