rs6000: Fix the wrong location of OPTION_MASK_P10_FUSION setting hunk
authorKewen Lin <linkw@linux.ibm.com>
Wed, 21 Dec 2022 03:06:15 +0000 (21:06 -0600)
committerKewen Lin <linkw@linux.ibm.com>
Wed, 21 Dec 2022 03:06:15 +0000 (21:06 -0600)
commitfb73bfdb67789f10378ed855b0da7f85376e4b6f
tree1ff8c7d7bc8f4f1d4502a3d368a314fff6e07a30
parent94cf7a2d95bf6db873cdcc4085a697ad40057957
rs6000: Fix the wrong location of OPTION_MASK_P10_FUSION setting hunk

The hunk for setting flag OPTION_MASK_P10_FUSION locates wrongly
between the if and else if block for OPTION_MASK_MMA.  This is
to fix this oversight accordingly.

gcc/ChangeLog:

* config/rs6000/rs6000.cc (rs6000_option_override_internal): Fix the
location for OPTION_MASK_P10_FUSION flag setting.
gcc/config/rs6000/rs6000.cc