From: Richard Kenner Date: Fri, 12 Mar 1993 22:25:25 +0000 (-0500) Subject: (jump_optimize): Fix bug in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48f16828957b8cd783d3fb80c968ff9c9151ec90;p=gcc.git (jump_optimize): Fix bug in last change. From-SVN: r3717 --- diff --git a/gcc/jump.c b/gcc/jump.c index be7cd713061..fb4ff239e69 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -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 )