]> gcc.gnu.org Git - gcc.git/commitdiff
Delete two define_peepholes which print `bad peephole'.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 27 Apr 1995 22:46:53 +0000 (15:46 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 27 Apr 1995 22:46:53 +0000 (15:46 -0700)
From-SVN: r9515

gcc/config/sparc/sparc.md

index 841195f783ca4f9071b3a8c8d6228f137247fe9e..b24c0fa744d564b0c960b19d55cdad575fc3ae16 100644 (file)
   "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?
 
This page took 0.065046 seconds and 5 git commands to generate.