tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 21 Nov 2017 11:39:51 +0000 (11:39 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 21 Nov 2017 11:39:51 +0000 (11:39 +0000)
* tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix
typo in comment.

From-SVN: r254999

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

index bc504258ddeaacf4de075f904750f9a039411970..2f13296d330082a34d7a1a17e3f6a566ab9453a9 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-21  Aldy Hernandez  <aldyh@redhat.com>
+
+       * tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix
+       typo in comment.
+
 2017-11-21  Claudiu Zissulescu  <claziss@synopsys.com>
 
        * cfgrtl.c (force_nonfallthru_and_redirect): Don't split a call
index 6fdbc9039f99c3e3fc800197c0b91f18cd54a34f..f3f55cf4b44828ce141a8ff793be69537db63b49 100644 (file)
@@ -732,7 +732,7 @@ thread_jumps::fsm_find_control_statement_thread_paths (tree name)
 
    It is assumed that BB ends with a control statement and that by
    finding a path where NAME is a constant, we can thread the path.
-   SPEED_P_ indicate that we could increase code size to improve the
+   SPEED_P indicates that we could increase code size to improve the
    code path.  */
 
 void