From: Richard Kenner Date: Tue, 1 Nov 1994 23:50:47 +0000 (-0500) Subject: (add_high_const): Add missing mode for PLUS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3913f03a602c1a3b0b4a015ed06007655b9ad68c;p=gcc.git (add_high_const): Add missing mode for PLUS. From-SVN: r8376 --- 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