Fix effective target for check-builtin-vec_rlnm-runnable.c test

The effective target for a Power 9 runnable test should be
p9vector_hw.

2021-06-11  Carl Love  <cel@us.ibm.com>

gcc/testsuite/ChangeLog

	* gcc.target/powerpc/check-builtin-vec_rlnm-runnable.c
	(dg-require-effective-target): Change target to p9vector_hw.
This commit is contained in:
Carl Love 2021-06-11 14:49:27 -05:00
parent 2973090c4c
commit 2c4115ba9c

View file

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-require-effective-target p9vector_hw } */
/* { dg-options "-O2 -mdejagnu-cpu=power9 -save-temps" } */
/* Verify the vec_rlm and vec_rlmi builtins works correctly. */