summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-28 00:03:07 +0000
committerEric Christopher <echristo@apple.com>2011-07-28 00:03:07 +0000
commitf65a0e50ff8090ea7f54228939c35b7c55597d15 (patch)
tree5b6a2b291dcf519a6d01a359550cf96a41adbde9
parent3befed71c6b9cee75d85ac4ed492a336507e825b (diff)
downloadbcm5719-llvm-f65a0e50ff8090ea7f54228939c35b7c55597d15.tar.gz
bcm5719-llvm-f65a0e50ff8090ea7f54228939c35b7c55597d15.zip
Remove this test, it's actually testing something that clang doesn't support.
llvm-svn: 136300
-rw-r--r--clang/test/CodeGen/2010-03-10-arm-asmreg.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/clang/test/CodeGen/2010-03-10-arm-asmreg.c b/clang/test/CodeGen/2010-03-10-arm-asmreg.c
deleted file mode 100644
index 919a92a5b1a..00000000000
--- a/clang/test/CodeGen/2010-03-10-arm-asmreg.c
+++ /dev/null
@@ -1,15 +0,0 @@
-// RUN: %clang_cc1 %s -emit-llvm -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