01e27f8
2001-01-02  Richard Henderson  <rth@redhat.com>
01e27f8
01e27f8
	* alpha.md (*ze_and_ne): Duplicate insn condition to split.
01e27f8
01e27f8
*** gcc/config/alpha/alpha.md	2000/11/28 21:31:40	1.133
01e27f8
--- gcc/config/alpha/alpha.md	2001/01/02 08:02:48
01e27f8
***************
01e27f8
*** 1820,1826 ****
01e27f8
  			 (match_operand 2 "const_int_operand" "I")))]
01e27f8
    "(unsigned HOST_WIDE_INT) INTVAL (operands[2]) < 8"
01e27f8
    "#"
01e27f8
!   ""
01e27f8
    [(set (match_dup 0)
01e27f8
  	(and:DI (match_dup 1) (match_dup 3)))
01e27f8
     (set (match_dup 0)
01e27f8
--- 1820,1826 ----
01e27f8
  			 (match_operand 2 "const_int_operand" "I")))]
01e27f8
    "(unsigned HOST_WIDE_INT) INTVAL (operands[2]) < 8"
01e27f8
    "#"
01e27f8
!   "(unsigned HOST_WIDE_INT) INTVAL (operands[2]) < 8"
01e27f8
    [(set (match_dup 0)
01e27f8
  	(and:DI (match_dup 1) (match_dup 3)))
01e27f8
     (set (match_dup 0)
01e27f8