diff options
| author | Eric Christopher <echristo@apple.com> | 2011-07-28 00:03:07 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-07-28 00:03:07 +0000 |
| commit | f65a0e50ff8090ea7f54228939c35b7c55597d15 (patch) | |
| tree | 5b6a2b291dcf519a6d01a359550cf96a41adbde9 | |
| parent | 3befed71c6b9cee75d85ac4ed492a336507e825b (diff) | |
| download | bcm5719-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.c | 15 |
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); -} - |

