(expand_expr, case ABS_EXPR): Fix typo in last change.

From-SVN: r6827
This commit is contained in:
Jim Wilson 1994-03-19 14:43:50 -08:00
parent 6e25d15912
commit eedd251f16

View File

@ -5103,7 +5103,7 @@ expand_expr (exp, target, tmode, modifier)
else if (temp != const0_rtx)
{
if (bcc_gen_fctn[(int) GET_CODE (temp)] != 0)
emit_jump_insn ((*bcc_gen_fctn[(int) GET_CODE (temp)]) (op0));
emit_jump_insn ((*bcc_gen_fctn[(int) GET_CODE (temp)]) (op1));
else
abort ();
}