aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.target/cris/builtin_bswap_v3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.target/cris/builtin_bswap_v3.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.target/cris/builtin_bswap_v3.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.target/cris/builtin_bswap_v3.c b/gcc-4.8.1/gcc/testsuite/gcc.target/cris/builtin_bswap_v3.c
deleted file mode 100644
index 1230d4b59..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.target/cris/builtin_bswap_v3.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Check that we don't use the swap insn for bswap by checking assembler
- output. The swap instruction was added in v8. */
-/* { dg-do compile } */
-/* { dg-skip-if "" { "cris*-*-elf" } { "-march*" } { "" } } */
-/* { dg-options "-O2 -march=v3" } */
-/* { dg-final { scan-assembler-not "\[ \t\]swapwb\[ \t\]" } } */
-
-int
-f (int a)
-{
- return __builtin_bswap32(a);
-}