summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2010-03-10-arm-asmreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2010-03-10-arm-asmreg.c')
-rw-r--r--test/FrontendC/2010-03-10-arm-asmreg.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/FrontendC/2010-03-10-arm-asmreg.c b/test/FrontendC/2010-03-10-arm-asmreg.c
deleted file mode 100644
index 70d3681..0000000
--- a/test/FrontendC/2010-03-10-arm-asmreg.c
+++ /dev/null
@@ -1,15 +0,0 @@
-// RUN: %llvmgcc %s -S -O0 -o - | FileCheck %s
-// pr6552
-
-// XFAIL: *
-// XTARGET: arm
-
-extern void bar(unsigned int ip);
-
-// CHECK: mov r0, r12
-void foo(void)
-{
- register unsigned int ip __asm ("ip");
- bar(ip);
-}
-
OpenPOWER on IntegriCloud