Commit 486c559b by Jan-Benedict Glaw Committed by Jan-Benedict Glaw

arc.c (arc_select_cc_mode): Fix typo.


2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* config/arc/arc.c (arc_select_cc_mode): Fix typo.

From-SVN: r209978
parent ae5ebda4
2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/arc/arc.c (arc_select_cc_mode): Fix typo.
2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com> 2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
* tree-if-conv.c (is_cond_scalar_reduction): New function. * tree-if-conv.c (is_cond_scalar_reduction): New function.
......
...@@ -994,7 +994,7 @@ arc_select_cc_mode (enum rtx_code op, rtx x, rtx y) ...@@ -994,7 +994,7 @@ arc_select_cc_mode (enum rtx_code op, rtx x, rtx y)
if (GET_MODE_CLASS (mode) == MODE_INT if (GET_MODE_CLASS (mode) == MODE_INT
&& y == const0_rtx && y == const0_rtx
&& (op == EQ || op == NE && (op == EQ || op == NE
|| ((op == LT || op == GE) && GET_MODE_SIZE (GET_MODE (x)) <= 4)))) || ((op == LT || op == GE) && GET_MODE_SIZE (GET_MODE (x)) <= 4)))
return CC_ZNmode; return CC_ZNmode;
/* add.f for if (a+b) */ /* add.f for if (a+b) */
......
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