aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/arm/neon/vget_highs64.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/arm/neon/vget_highs64.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/arm/neon/vget_highs64.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/arm/neon/vget_highs64.c b/gcc-4.7/gcc/testsuite/gcc.target/arm/neon/vget_highs64.c
deleted file mode 100644
index cb6a48480..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/arm/neon/vget_highs64.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Test the `vget_highs64' 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_highs64 (void)
-{
- int64x1_t out_int64x1_t;
- int64x2_t arg0_int64x2_t;
-
- out_int64x1_t = vget_high_s64 (arg0_int64x2_t);
-}
-
-/* { dg-final { cleanup-saved-temps } } */