aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/neon/vget_highp8.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/arm/neon/vget_highp8.c')
-rw-r--r--gcc/testsuite/gcc.target/arm/neon/vget_highp8.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/testsuite/gcc.target/arm/neon/vget_highp8.c b/gcc/testsuite/gcc.target/arm/neon/vget_highp8.c
deleted file mode 100644
index 75cfbd41f81..00000000000
--- a/gcc/testsuite/gcc.target/arm/neon/vget_highp8.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Test the `vget_highp8' ARM Neon intrinsic. */
-/* This file was autogenerated by neon-testgen. */
-
-/* { dg-do assemble } */
-/* { dg-require-effective-target arm_neon_ok } */
-/* { dg-options "-save-temps -O0" } */
-/* { dg-add-options arm_neon } */
-
-#include "arm_neon.h"
-
-void test_vget_highp8 (void)
-{
- poly8x8_t out_poly8x8_t;
- poly8x16_t arg0_poly8x16_t;
-
- out_poly8x8_t = vget_high_p8 (arg0_poly8x16_t);
-}
-