diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-01 18:50:47 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-01 18:50:47 -0500 |
commit | 3913f03a602c1a3b0b4a015ed06007655b9ad68c (patch) | |
tree | aa352dceeb8393a06a3e76d7664e8c5b22eb95f8 | |
parent | d50d63c0563fa3125242d94a2f7928215d08ce48 (diff) | |
download | gcc-3913f03a602c1a3b0b4a015ed06007655b9ad68c.zip gcc-3913f03a602c1a3b0b4a015ed06007655b9ad68c.tar.gz gcc-3913f03a602c1a3b0b4a015ed06007655b9ad68c.tar.bz2 |
(add_high_const): Add missing mode for PLUS.
From-SVN: r8376
-rw-r--r-- | gcc/config/pa/pa.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index ac711bc..81b3341 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1168,8 +1168,8 @@ ;; only after reload. (define_insn "add_high_const" [(set (match_operand:SI 0 "register_operand" "=!a,*r") - (plus (match_operand:SI 1 "register_operand" "r,r") - (high:SI (match_operand 2 "const_int_operand" ""))))] + (plus:SI (match_operand:SI 1 "register_operand" "r,r") + (high:SI (match_operand 2 "const_int_operand" ""))))] "reload_completed" "@ addil L'%G2,%1 |