* tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in
comment.
From-SVN: r234538
+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
/* 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
{