rs6000: Fix altivec-7.c testcase
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 18 Mar 2019 17:46:18 +0000 (18:46 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 18 Mar 2019 17:46:18 +0000 (18:46 +0100)
commit5a1d5d6a8edfc9cc08f4a15f70d9240470f05b0c
tree821cdc09d7e5c0a0bb38d5225affa059052441cb
parent0a6d5a9e3eb03b97884b2b06f8239f8371b278cf
rs6000: Fix altivec-7.c testcase

It currently wants to see lvx insns on AIX, and no lvx insns on Linux.
What is really wanted is lvx insns when no VSX, and lxv* insns if VSX.
This fixes it.

* gcc.target/powerpc/altivec-7.c: Look for lxv* if generating VSX
instructions, and lvx if not.

From-SVN: r269772
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/altivec-7.c