From: Aldy Hernandez Date: Tue, 21 Nov 2017 11:39:51 +0000 (+0000) Subject: tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddc1759a351bcf186aeafa34613ccc89cdba4913;p=gcc.git tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment. * tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment. From-SVN: r254999 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc504258dde..2f13296d330 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-11-21 Aldy Hernandez + + * tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix + typo in comment. + 2017-11-21 Claudiu Zissulescu * cfgrtl.c (force_nonfallthru_and_redirect): Don't split a call diff --git a/gcc/tree-ssa-threadbackward.c b/gcc/tree-ssa-threadbackward.c index 6fdbc9039f9..f3f55cf4b44 100644 --- a/gcc/tree-ssa-threadbackward.c +++ b/gcc/tree-ssa-threadbackward.c @@ -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