Commit 37c7da7b by Richard Kenner Committed by Richard Kenner

* config/i386/i386.md (conditional_trap): Remove warning.

From-SVN: r40714
parent 7dce2eff
Wed Mar 21 14:27:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Wed Mar 21 14:27:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/i386/i386.md (conditional_trap): Remove warning.
* recog.c (push_operand): Fix error in last change that caused * recog.c (push_operand): Fix error in last change that caused
undefined symbol on many targets. undefined symbol on many targets.
......
...@@ -13886,7 +13886,7 @@ ...@@ -13886,7 +13886,7 @@
{ {
emit_insn (gen_rtx_TRAP_IF (VOIDmode, emit_insn (gen_rtx_TRAP_IF (VOIDmode,
ix86_expand_compare (GET_CODE (operands[0]), ix86_expand_compare (GET_CODE (operands[0]),
NULL_RTX, NULL_RTX), NULL_PTR, NULL_PTR),
operands[1])); operands[1]));
DONE; DONE;
}") }")
......
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