]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Correct return value of check_p9modulo_hw_available.
authorHaochen Gui <guihaoc@gcc.gnu.org>
Fri, 5 Aug 2022 02:44:18 +0000 (10:44 +0800)
committerHaochen Gui <guihaoc@gcc.gnu.org>
Fri, 5 Aug 2022 02:46:00 +0000 (10:46 +0800)
commit4574dad43f77100f401375e6c9df6402e99ab682
tree13958b5c028c7a178ef952d4d17cbcb0a92dfa22
parentffe4f55aa1bb18cc2793a4335450f34c33c9d01c
rs6000: Correct return value of check_p9modulo_hw_available.

Set the return value to 0 when modulo is supported, and to 1 when not supported.

gcc/testsuite/
* lib/target-supports.exp (check_p9modulo_hw_available): Correct return
value.
gcc/testsuite/lib/target-supports.exp