This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Remove warnings from i386.md


Wed Mar 21 14:27:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

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

*** config/i386/i386.md	2001/03/21 10:12:20	1.240
--- config/i386/i386.md	2001/03/21 19:09:28
***************
*** 13887,13891 ****
    emit_insn (gen_rtx_TRAP_IF (VOIDmode,
  			      ix86_expand_compare (GET_CODE (operands[0]),
! 						   NULL_RTX, NULL_RTX),
  			      operands[1]));
    DONE;
--- 13887,13891 ----
    emit_insn (gen_rtx_TRAP_IF (VOIDmode,
  			      ix86_expand_compare (GET_CODE (operands[0]),
! 						   NULL_PTR, NULL_PTR),
  			      operands[1]));
    DONE;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]