* alpha.md (call value patterns): Remove the result predicates.
authorRichard Henderson <rth@cygnus.com>
Wed, 8 Sep 1999 22:24:45 +0000 (15:24 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 8 Sep 1999 22:24:45 +0000 (15:24 -0700)
From-SVN: r29214

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 0e8f012516aa5893dbf058fd69fa9a5d096d9c25..5afd3f9977c465c14447344cb467dd610f91a498 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep  8 15:23:54 1999  Ricahrd Henderson  <rth@cygnus.com>
+
+       * alpha.md (call value patterns): Remove the result predicates.
+
 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
 
        * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
index 8bdb39689d1bb3ee03a0d76fb025b66e35c18c12..bd22b51dbbb34bc227a813222bea3fc82d48d323 100644 (file)
    (set_attr "length" "12,16")])
 
 (define_insn ""
-  [(set (match_operand 0 "register_operand" "=rf,rf,rf")
+  [(set (match_operand 0 "" "")
        (call (mem:DI (match_operand:DI 1 "call_operand" "r,R,i"))
              (match_operand 2 "" "")))
    (clobber (reg:DI 27))
    (set_attr "length" "12,*,16")])
 
 (define_insn ""
-  [(set (match_operand 0 "register_operand" "=rf,rf,rf")
+  [(set (match_operand 0 "" "")
        (call (mem:DI (match_operand:DI 1 "call_operand" "r,R,i"))
              (match_operand 2 "" "")))
    (clobber (reg:DI 26))]
    (set_attr "length" "*,*,12")])
 
 (define_insn ""
-  [(set (match_operand 0 "register_operand" "")
+  [(set (match_operand 0 "" "")
        (call (mem:DI (match_operand:DI 1 "call_operand" "r,i"))
              (match_operand 2 "" "")))
    (use (match_operand:DI 3 "general_operand" "r,m"))