mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
3c10b1e6b9
commit
0e118e94c1
|
|
@ -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>
|
2016-03-10 Jan Hubicka <hubicka@ucw.cz>
|
||||||
|
|
||||||
* tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
|
* 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.
|
/* This represents a conflict graph. Implemented as an array of bitmaps.
|
||||||
A full matrix is used for conflicts rather than just upper triangular form.
|
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
|
struct ssa_conflicts
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue