Commit 3d46d5af by Richard Henderson Committed by Richard Henderson

* alpha.md (call value patterns): Remove the result predicates.

From-SVN: r29214
parent be91309c
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> Wed Sep 8 13:35:38 1999 Richard Henderson <rth@cygnus.com>
* Makefile.in (stmp-fixinc): Remove extraneous exit 1 from * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
......
...@@ -3666,7 +3666,7 @@ ...@@ -3666,7 +3666,7 @@
(set_attr "length" "12,16")]) (set_attr "length" "12,16")])
(define_insn "" (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")) (call (mem:DI (match_operand:DI 1 "call_operand" "r,R,i"))
(match_operand 2 "" ""))) (match_operand 2 "" "")))
(clobber (reg:DI 27)) (clobber (reg:DI 27))
...@@ -3680,7 +3680,7 @@ ...@@ -3680,7 +3680,7 @@
(set_attr "length" "12,*,16")]) (set_attr "length" "12,*,16")])
(define_insn "" (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")) (call (mem:DI (match_operand:DI 1 "call_operand" "r,R,i"))
(match_operand 2 "" ""))) (match_operand 2 "" "")))
(clobber (reg:DI 26))] (clobber (reg:DI 26))]
...@@ -3693,7 +3693,7 @@ ...@@ -3693,7 +3693,7 @@
(set_attr "length" "*,*,12")]) (set_attr "length" "*,*,12")])
(define_insn "" (define_insn ""
[(set (match_operand 0 "register_operand" "") [(set (match_operand 0 "" "")
(call (mem:DI (match_operand:DI 1 "call_operand" "r,i")) (call (mem:DI (match_operand:DI 1 "call_operand" "r,i"))
(match_operand 2 "" ""))) (match_operand 2 "" "")))
(use (match_operand:DI 3 "general_operand" "r,m")) (use (match_operand:DI 3 "general_operand" "r,m"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment