From 3913f03a602c1a3b0b4a015ed06007655b9ad68c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 1 Nov 1994 18:50:47 -0500 Subject: [PATCH] (add_high_const): Add missing mode for PLUS. From-SVN: r8376 --- gcc/config/pa/pa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index ac711bc9d01..81b3341e507 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 -- 2.30.2