Commit 0310c414 by Richard Henderson Committed by Richard Henderson

* optabs.c (gen_cond_trap): Fix prepare_operand typo.

From-SVN: r67753
parent 15d11f13
2003-06-10 Richard Henderson <rth@redhat.com> 2003-06-10 Richard Henderson <rth@redhat.com>
* optabs.c (gen_cond_trap): Fix prepare_operand typo.
2003-06-10 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.md (call_gp): Fix memory mode. * config/ia64/ia64.md (call_gp): Fix memory mode.
2003-06-10 James E Wilson <wilson@tuliptree.org> 2003-06-10 James E Wilson <wilson@tuliptree.org>
......
...@@ -5849,7 +5849,7 @@ gen_cond_trap (code, op1, op2, tcode) ...@@ -5849,7 +5849,7 @@ gen_cond_trap (code, op1, op2, tcode)
start_sequence (); start_sequence ();
op1 = prepare_operand (icode, op1, 0, mode, mode, 0); op1 = prepare_operand (icode, op1, 0, mode, mode, 0);
op2 = prepare_operand (icode, op2, 0, mode, mode, 0); op2 = prepare_operand (icode, op2, 1, mode, mode, 0);
emit_insn (GEN_FCN (icode) (op1, op2)); emit_insn (GEN_FCN (icode) (op1, op2));
PUT_CODE (trap_rtx, code); PUT_CODE (trap_rtx, code);
......
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