From: Alan Modra Date: Tue, 13 Nov 2018 03:12:45 +0000 (+1030) Subject: [RS6000] Hide insn not needing to be public X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee0d2718cd3433345e2b9b27b018e08279776a4c;p=gcc.git [RS6000] Hide insn not needing to be public * config/rs6000/rs6000.md (addsi3_high): Prefix with '*'. From-SVN: r266045 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b8b44ab834..99500638f12 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-11-13 Alan Modra + + * config/rs6000/rs6000.md (addsi3_high): Prefix with '*'. + 2018-11-13 Alan Modra * gcc/doc/md.texi (Machine Constraints): Correct rs6000 h constraint diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 3ed6659986c..65f5fa6e66b 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -1688,7 +1688,7 @@ addis %0,%1,%v2" [(set_attr "type" "add")]) -(define_insn "addsi3_high" +(define_insn "*addsi3_high" [(set (match_operand:SI 0 "gpc_reg_operand" "=b") (plus:SI (match_operand:SI 1 "gpc_reg_operand" "b") (high:SI (match_operand 2 "" ""))))]