Commit e9f4322e by Kyrylo Tkachov Committed by Kyrylo Tkachov

[obvious] Fix typos above expand_cond_expr_using_cmove

	* expr.c (expand_cond_expr_using_cmove): Fix typos in comment
	above function.

From-SVN: r225659
parent 7ed28ff9
2015-07-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* expr.c (expand_cond_expr_using_cmove): Fix typos in comment
above function.
2015-07-10 Tom de Vries <tom@codesourcery.com> 2015-07-10 Tom de Vries <tom@codesourcery.com>
* tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found, * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
......
...@@ -7897,9 +7897,9 @@ expand_expr_real (tree exp, rtx target, machine_mode tmode, ...@@ -7897,9 +7897,9 @@ expand_expr_real (tree exp, rtx target, machine_mode tmode,
} }
/* Try to expand the conditional expression which is represented by /* Try to expand the conditional expression which is represented by
TREEOP0 ? TREEOP1 : TREEOP2 using conditonal moves. If succeseds TREEOP0 ? TREEOP1 : TREEOP2 using conditonal moves. If it succeeds
return the rtl reg which repsents the result. Otherwise return return the rtl reg which represents the result. Otherwise return
NULL_RTL. */ NULL_RTX. */
static rtx static rtx
expand_cond_expr_using_cmove (tree treeop0 ATTRIBUTE_UNUSED, expand_cond_expr_using_cmove (tree treeop0 ATTRIBUTE_UNUSED,
......
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