From ee0d2718cd3433345e2b9b27b018e08279776a4c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 13 Nov 2018 13:42:45 +1030 Subject: [PATCH] [RS6000] Hide insn not needing to be public * config/rs6000/rs6000.md (addsi3_high): Prefix with '*'. From-SVN: r266045 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b8b44ab834..99500638f12 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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 description. * config/rs6000/rs6000.md (movsi_internal1): Delete MT%0 case 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 "" ""))))] -- 2.11.4.GIT