Fix typo in struct same_succ_def comment
authorTom de Vries <tom@codesourcery.com>
Tue, 6 Jan 2015 14:42:13 +0000 (14:42 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 6 Jan 2015 14:42:13 +0000 (14:42 +0000)
2015-01-06  Tom de Vries  <tom@codesourcery.com>

* tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.

From-SVN: r219261

gcc/ChangeLog
gcc/tree-ssa-tail-merge.c

index 7423db3589b96d46c85d88f99c00c8635500cdd1..9e83651c142f749bf740ed494d4787786b733961 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-06  Tom de Vries  <tom@codesourcery.com>
+
+       * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
+
 2015-01-08  Christian Bruel  <christian.bruel@st.com>
 
        PR target/64507
index ef39f7637150843d3f2d565593b06d79e87fad55..795ca07dd8f721ffe8000d64ceeec299cf0a0be6 100644 (file)
@@ -231,7 +231,7 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Describes a group of bbs with the same successors.  The successor bbs are
    cached in succs, and the successor edge flags are cached in succ_flags.
-   If a bb has the EDGE_TRUE/VALSE_VALUE flags swapped compared to succ_flags,
+   If a bb has the EDGE_TRUE/FALSE_VALUE flags swapped compared to succ_flags,
    it's marked in inverse.
    Additionally, the hash value for the struct is cached in hashval, and
    in_worklist indicates whether it's currently part of worklist.  */