diff mbox

arc: Fix typo, really

Message ID 20140501121857.GM20482@lug-owl.de
State New
Headers show

Commit Message

Jan-Benedict Glaw May 1, 2014, 12:18 p.m. UTC
Hi!

There was still an error with parentheses, fixed in r209978 as
obvious:


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

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

Patch

Index: config/arc/arc.c
===================================================================
--- config/arc/arc.c	(revision 209975)
+++ config/arc/arc.c	(working copy)
@@ -994,7 +994,7 @@ 
   if (GET_MODE_CLASS (mode) == MODE_INT
       && y == const0_rtx
       && (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;
 
   /* add.f for if (a+b) */