Commit ddc1759a by Aldy Hernandez Committed by Aldy Hernandez

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
parent 13f5d5e0
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment