From: amodra Date: Tue, 13 Nov 2018 03:12:45 +0000 (+0000) Subject: [RS6000] Hide insn not needing to be public X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0d562174abb83daaba23c097729213b475d031;p=thirdparty%2Fgcc.git [RS6000] Hide insn not needing to be public * config/rs6000/rs6000.md (addsi3_high): Prefix with '*'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266045 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b8b44ab834d..99500638f12a 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 3ed6659986ca..65f5fa6e66b9 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 "" ""))))]