summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/ptr-rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/ptr-rotate.c')
-rw-r--r--test/FrontendC/ptr-rotate.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/ptr-rotate.c b/test/FrontendC/ptr-rotate.c
deleted file mode 100644
index 36d9755..0000000
--- a/test/FrontendC/ptr-rotate.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc %s -S -m32 -o /dev/null
-// RUN: %llvmgcc %s -S -O1 -m32 -o - | llc -march=x86 -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN
-
-unsigned int func(void *A) {
- // DARWIN: roll $27
- return ((((unsigned long long) A) >> 5) | (((unsigned long long) A) << 27));
-}
OpenPOWER on IntegriCloud