diff options
author | Jeffrey A Law <law@cygnus.com> | 2001-04-16 17:57:21 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-04-16 11:57:21 -0600 |
commit | 75d71b2f67a7b470e472233f944e90f301c46955 (patch) | |
tree | fb713d5045e4578e2c2521f2e5a9a24aea3e945f /gcc/config | |
parent | 9dab060e9d30f4793b34266d84dec6f9cc0cc2ad (diff) | |
download | gcc-75d71b2f67a7b470e472233f944e90f301c46955.zip gcc-75d71b2f67a7b470e472233f944e90f301c46955.tar.gz gcc-75d71b2f67a7b470e472233f944e90f301c46955.tar.bz2 |
* pa.md (reload_outdi): Operand 0 must be a non hard register.
From-SVN: r41381
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 7a309eb..abb4eab 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -3039,7 +3039,7 @@ }") (define_expand "reload_outdi" - [(set (match_operand:DI 0 "general_operand" "") + [(set (match_operand:DI 0 "non_hard_reg_operand" "") (match_operand:DI 1 "register_operand" "Z")) (clobber (match_operand:SI 2 "register_operand" "=&r"))] "" |