(expand_expr, case ABS_EXPR): Fix typo in last change.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 19 Mar 1994 22:43:50 +0000 (14:43 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 19 Mar 1994 22:43:50 +0000 (14:43 -0800)
From-SVN: r6827

gcc/expr.c

index a169d6d885f17b6a669a22e525c56b949c528e84..130d40666ad0c61881f1edad5a5cfb3d9e6716ad 100644 (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 ();
            }