(jump_optimize): Fix bug in last change.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 12 Mar 1993 22:25:25 +0000 (17:25 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 12 Mar 1993 22:25:25 +0000 (17:25 -0500)
From-SVN: r3717

gcc/jump.c

index be7cd713061ed6696b7363ed508411379fc98606..fb4ff239e691227d91a207289e2ac73686f16ac7 100644 (file)
@@ -1192,8 +1192,10 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
             TEMP4 to the earliest insn used to find the condition.  */
 
          if ((BRANCH_COST >= 2
-#if defined (HAVE_incscc) || defined (HAVE_decscc)
+#ifdef HAVE_incscc
               || HAVE_incscc
+#endif
+#ifdef HAVE_decscc
               || HAVE_decscc
 #endif
              )