[AArch64] Fix mul_highpart_1_run.c markup

2018-03-14  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/testsuite/
	* gcc.target/aarch64/sve/mul_highpart_1_run.c: Restrict to
	aarch64_sve_hw.

From-SVN: r258517
This commit is contained in:
Richard Sandiford 2018-03-14 09:12:55 +00:00 committed by Richard Sandiford
parent be9dd15c70
commit 788949a374
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-03-14 Richard Sandiford <richard.sandiford@linaro.org>
* gcc.target/aarch64/sve/mul_highpart_1_run.c: Restrict to
aarch64_sve_hw.
2018-03-14 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/83392

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target aarch64_sve_hw } } */
/* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model --save-temps" } */
#include "mul_highpart_1.c"