Message ID | 20181113031303.GJ29784@bubble.grove.modra.org |
---|---|
State | New |
Headers | show |
Series | [RS6000] Hide insn not needing to be public | expand |
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 02e6e084785..02f194c7d33 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -1691,7 +1691,7 @@ (define_insn "*add<mode>3" 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 "" ""))))]