Hi!

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


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

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

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) */
-- 
      Jan-Benedict Glaw      jbg...@lug-owl.de              +49-172-7608481
Signature of:           Ich hatte in letzter Zeit ein bißchen viel Realitycheck.
the second  :               Langsam möchte ich mal wieder weiterträumen können.
                             -- Maximilian Wilhelm (18. Mai 2005, #lug-owl.de)

Attachment: signature.asc
Description: Digital signature

Reply via email to