Commit 48f16828 by Richard Kenner

(jump_optimize): Fix bug in last change.

From-SVN: r3717
parent fe4435d9
......@@ -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
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment