]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[RS6000] Hide insn not needing to be public
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2018 03:12:45 +0000 (03:12 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2018 03:12:45 +0000 (03:12 +0000)
* 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

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 2b8b44ab834d788f9eae753df011e64c0015c6a5..99500638f12aedd2bc5119d47fc64b1873315d41 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-13  Alan Modra  <amodra@gmail.com>
+
+       * config/rs6000/rs6000.md (addsi3_high): Prefix with '*'.
+
 2018-11-13  Alan Modra  <amodra@gmail.com>
 
        * gcc/doc/md.texi (Machine Constraints): Correct rs6000 h constraint
index 3ed6659986ca8958c62da58350df9de3a63d057d..65f5fa6e66b96e73c1e04c0dc012e43303401069 100644 (file)
    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 "" ""))))]