Fix typo in struct same_succ_def comment

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
This commit is contained in:
Tom de Vries 2015-01-06 14:42:13 +00:00 committed by Tom de Vries
parent 63f2136103
commit f0cbb0afd9
2 changed files with 5 additions and 1 deletions

View 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

View 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. */