]> gcc.gnu.org Git - gcc.git/commit
[PATCH, rs6000] Remove the (no longer used) BTC defines.
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 9 May 2022 22:05:50 +0000 (17:05 -0500)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Thu, 19 May 2022 16:44:02 +0000 (11:44 -0500)
commitcd427e17c00f2a5a6b97f370c9a25a6e6a9af143
tree39193fa0cadc962e7a3fcc625a0f8e8cafbc9d4d
parentf13f9c99dbee9c495955a430dd10bdb24a16f24a
[PATCH, rs6000] Remove the (no longer used) BTC defines.

These defines are no longer used once the rs6000 built-in
reworks were completed.   Time to remove them.

There was a reference to RS6000_BTC_SPECIAL in a TODO comment
in rs6000-builtins.def.  That comment remains, but I have updated
the comment to refer to "SPECIAL" processing, instead of having it
refer directly to the _BTC_SPECIAL macro.

2022-05-18  Will Schmidt  <will_schmidt@vnet.ibm.com>

gcc/
* config/rs6000/rs6000-builtins.def: Rephrase
to remove RS6000_BTC_SPECIAL from comment.
* config/rs6000/rs6000.h (RS6000_BTC_UNARY, RS6000_BTC_BINARY,
RS6000_BTC_TERNARY, RS6000_BTC_QUATERNARY,
RS6000_BTC_QUINARY, RS6000_BTC_SENARY, RS6000_BTC_OPND_MASK,
RS6000_BTC_SPECIAL, RS6000_BTC_PREDICATE, RS6000_BTC_ABS,
RS6000_BTC_DST, RS6000_BTC_TYPE_MASK, RS6000_BTC_MISC,
RS6000_BTC_CONST, RS6000_BTC_PURE, RS6000_BTC_FP,
RS6000_BTC_QUAD, RS6000_BTC_PAIR, RS6000_BTC_QUADPAIR,
RS6000_BTC_ATTR_MASK, RS6000_BTC_SPR, RS6000_BTC_VOID,
RS6000_BTC_CR, RS6000_BTC_OVERLOADED, RS6000_BTC_GIMPLE,
RS6000_BTC_MISC_MASK, RS6000_BTC_MEM, RS6000_BTC_SAT,
RS6000_BTM_ALWAYS): Delete.
gcc/config/rs6000/rs6000-builtins.def
gcc/config/rs6000/rs6000.h
This page took 0.061198 seconds and 5 git commands to generate.