From: Kewen Lin Date: Thu, 16 Sep 2021 01:02:00 +0000 (-0500) Subject: rs6000: Remove useless toc-fusion option X-Git-Tag: basepoints/gcc-13~4752 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0c09143c96b97499d12dd0227a45eb8fb6a3d91;p=thirdparty%2Fgcc.git rs6000: Remove useless toc-fusion option toc-fusion was intended for Power9 toc fusion previously, but Power9 doesn't support fusion at all eventually, this patch is to remove this useless option. gcc/ChangeLog: * config/rs6000/rs6000.opt (-mtoc-fusion): Remove. --- diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt index 3753de19557c..c1cb9ab06cd0 100644 --- a/gcc/config/rs6000/rs6000.opt +++ b/gcc/config/rs6000/rs6000.opt @@ -561,10 +561,6 @@ mpower9-minmax Target Undocumented Mask(P9_MINMAX) Var(rs6000_isa_flags) Use the new min/max instructions defined in ISA 3.0. -mtoc-fusion -Target Undocumented Mask(TOC_FUSION) Var(rs6000_isa_flags) -Fuse medium/large code model toc references with the memory instruction. - mmodulo Target Undocumented Mask(MODULO) Var(rs6000_isa_flags) Generate the integer modulo instructions.