OSDN Git Service

* jump.c (jump_optimize, clause for `if (foo) b++'):
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Mar 1993 17:26:53 +0000 (17:26 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Mar 1993 17:26:53 +0000 (17:26 +0000)
Do this regardless of BRANCH_COST if HAVE_incscc or
HAVE_decscc is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3694 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/jump.c

index 88e753f..be7cd71 100644 (file)
@@ -1192,8 +1192,9 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
             TEMP4 to the earliest insn used to find the condition.  */
 
          if ((BRANCH_COST >= 2
-#ifdef HAVE_incscc
+#if defined (HAVE_incscc) || defined (HAVE_decscc)
               || HAVE_incscc
+              || HAVE_decscc
 #endif
              )
              && ! reload_completed