From: Jim Wilson Date: Thu, 27 Apr 1995 22:46:53 +0000 (-0700) Subject: Delete two define_peepholes which print `bad peephole'. X-Git-Tag: misc/cutover-egcs-0~4443 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=46fccf9e3392b0300f4847c34abf2e671b37d402;hp=bb4aaf18a978802e24c0d6335b146d80d1955546;p=gcc.git Delete two define_peepholes which print `bad peephole'. From-SVN: r9515 --- diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 841195f783ca..b24c0fa744d5 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -5600,34 +5600,6 @@ "TARGET_V9" "ldsb %1,%0\;orcc %0,%%g0,%2") -(define_peephole - [(set (match_operand:HI 0 "register_operand" "") - (match_operand:HI 1 "memory_operand" "")) - (set (match_operand:SI 2 "register_operand" "") - (sign_extend:SI (match_dup 0)))] - "dead_or_set_p (insn, operands[0])" - "* -{ - warning (\"bad peephole\"); - if (! MEM_VOLATILE_P (operands[1])) - abort (); - return \"ldsh %1,%2\"; -}") - -(define_peephole - [(set (match_operand:QI 0 "register_operand" "") - (match_operand:QI 1 "memory_operand" "")) - (set (match_operand:SI 2 "register_operand" "") - (sign_extend:SI (match_dup 0)))] - "dead_or_set_p (insn, operands[0])" - "* -{ - warning (\"bad peephole\"); - if (! MEM_VOLATILE_P (operands[1])) - abort (); - return \"ldsb %1,%2\"; -}") - ;; Floating-point move peepholes ;; ??? v9: Do we want similar ones?