aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-11-01 18:50:47 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-11-01 18:50:47 -0500
commit3913f03a602c1a3b0b4a015ed06007655b9ad68c (patch)
treeaa352dceeb8393a06a3e76d7664e8c5b22eb95f8
parentd50d63c0563fa3125242d94a2f7928215d08ce48 (diff)
downloadgcc-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.md4
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