diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2019-03-18 18:46:18 +0100 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2019-03-18 18:46:18 +0100 |
commit | 5a1d5d6a8edfc9cc08f4a15f70d9240470f05b0c (patch) | |
tree | 821cdc09d7e5c0a0bb38d5225affa059052441cb /gcc/tree-vrp.c | |
parent | 0a6d5a9e3eb03b97884b2b06f8239f8371b278cf (diff) | |
download | gcc-5a1d5d6a8edfc9cc08f4a15f70d9240470f05b0c.zip gcc-5a1d5d6a8edfc9cc08f4a15f70d9240470f05b0c.tar.gz gcc-5a1d5d6a8edfc9cc08f4a15f70d9240470f05b0c.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-vrp.c')
0 files changed, 0 insertions, 0 deletions