diff options
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 7a309eb6d9d..abb4eab236e 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"))] "" |