diff options
author | Kewen Lin <linkw@linux.ibm.com> | 2021-09-15 20:02:00 -0500 |
---|---|---|
committer | Kewen Lin <linkw@linux.ibm.com> | 2021-09-15 20:02:00 -0500 |
commit | e0c09143c96b97499d12dd0227a45eb8fb6a3d91 (patch) | |
tree | f5e2b6f1a1d31d9333c8d5dc0cf7e2d5687f466e /gcc/config/rs6000/rs6000.opt | |
parent | 9e85da8d9fd40871faf275cfef7f0a3459209d11 (diff) | |
download | gcc-e0c09143c96b97499d12dd0227a45eb8fb6a3d91.zip gcc-e0c09143c96b97499d12dd0227a45eb8fb6a3d91.tar.gz gcc-e0c09143c96b97499d12dd0227a45eb8fb6a3d91.tar.bz2 |
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.
Diffstat (limited to 'gcc/config/rs6000/rs6000.opt')
-rw-r--r-- | gcc/config/rs6000/rs6000.opt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt index 3753de1..c1cb9ab 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. |