Commit 0e118e94 by Jeff Law Committed by Jeff Law

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
parent 3c10b1e6
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
......
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment