Commit eedd251f by Jim Wilson

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

From-SVN: r6827
parent 6e25d159
...@@ -5103,7 +5103,7 @@ expand_expr (exp, target, tmode, modifier) ...@@ -5103,7 +5103,7 @@ expand_expr (exp, target, tmode, modifier)
else if (temp != const0_rtx) else if (temp != const0_rtx)
{ {
if (bcc_gen_fctn[(int) GET_CODE (temp)] != 0) 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 else
abort (); abort ();
} }
......
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