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
This commit is contained in:
Aldy Hernandez 2017-11-21 11:39:51 +00:00 committed by Aldy Hernandez
parent 13f5d5e082
commit ddc1759a35
2 changed files with 6 additions and 1 deletions

View 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

View 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