tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.

* tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in
	comment.

From-SVN: r234538
This commit is contained in:
Jeff Law 2016-03-29 16:26:28 -06:00 committed by Jeff Law
parent 3c10b1e6b9
commit 0e118e94c1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-03-29 Jeff Law <law@redhat.com>
* tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in
comment.
2016-03-10 Jan Hubicka <hubicka@ucw.cz>
* tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel

View File

@ -70,7 +70,7 @@ struct coalesce_pair
/* This represents a conflict graph. Implemented as an array of bitmaps.
A full matrix is used for conflicts rather than just upper triangular form.
this make sit much simpler and faster to perform conflict merges. */
this makes it much simpler and faster to perform conflict merges. */
struct ssa_conflicts
{