diff options
author | Richard Henderson <rth@cygnus.com> | 1999-09-08 15:24:45 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-08 15:24:45 -0700 |
commit | 3d46d5af2124ce7b3478145ae9775b0ced62643f (patch) | |
tree | 5eb9f53767b99410ac4b5a6f6a8926ddb0eca002 | |
parent | be91309cdabe6cd22d8656e8c0333e578918079f (diff) | |
download | gcc-3d46d5af2124ce7b3478145ae9775b0ced62643f.zip gcc-3d46d5af2124ce7b3478145ae9775b0ced62643f.tar.gz gcc-3d46d5af2124ce7b3478145ae9775b0ced62643f.tar.bz2 |
* alpha.md (call value patterns): Remove the result predicates.
From-SVN: r29214
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.md | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e8f012..5afd3f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 8bdb396..bd22b51 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -3666,7 +3666,7 @@ (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)) @@ -3680,7 +3680,7 @@ (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))] @@ -3693,7 +3693,7 @@ (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")) |