]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Re: [PATCH][PR tree-optimization/69270] Exploit VRP information in DOM
authorJeff Law <law@redhat.com>
Thu, 14 Jan 2016 21:43:20 +0000 (14:43 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Jan 2016 21:43:20 +0000 (14:43 -0700)
* tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
typo.

From-SVN: r232391

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

index ba70e825e8102e8cc3964824b0f67cca3f3504d0..7036583597781bcbd3be0e59ecf20b4bf50d44f4 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-14  Jeff Law  <law@redhat.com>
+
+       * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
+       typo.
+
 2016-01-14  Richard Henderson  <rth@redhat.com>
 
        PR c/69272
index a9abed9a903d8acade6f1bd6f2575af6906fe26c..da4faca9cf85d9dc5cdc2a937fb7e8cb9e35220f 100644 (file)
@@ -320,8 +320,8 @@ record_conditions (struct edge_info *edge_info, tree cond, tree inverted)
    otherwise.
 
    This can be because it is a boolean type, any type with
-   a single bit of precision, or has known range of values
-   it might old of [0..1] via VRP analysis.  */
+   a single bit of precision, or has known range of [0..1]
+   via VRP analysis.  */
 
 static bool
 ssa_name_has_boolean_range (tree op)