summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/asm-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/asm-2.c')
-rw-r--r--clang/test/CodeGen/asm-2.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/CodeGen/asm-2.c b/clang/test/CodeGen/asm-2.c
deleted file mode 100644
index 9d73608a4c1..00000000000
--- a/clang/test/CodeGen/asm-2.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: %clang_cc1 -emit-llvm %s -o %t -triple i386-pc-linux-gnu -O2
-// RUN: not grep "load" %t
-
-// <rdar://problem/6841383>
-int cpuid(unsigned data) {
- int a, b;
-
- asm("xyz" :"=a"(a), "=d"(b) : "a"(data));
- return a + b;
-}
OpenPOWER on IntegriCloud