]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Mar 2016 22:26:28 +0000 (22:26 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Mar 2016 22:26:28 +0000 (22:26 +0000)
comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234538 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-coalesce.c

index c0691c523ae07f087b0df9c02e78a40ed8c7ab80..9d5b01160a6118016b901709e8b9abfe29e69283 100644 (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
index 57fc6530e69517426efd8d935e927c6a83bf35a2..93e1e2eafe97e44afb18800113834c7e5be04f18 100644 (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 makeit much simpler and faster to perform conflict merges.  */
 
 struct ssa_conflicts
 {