diff options
Diffstat (limited to 'llvm/test/CFrontend/2005-09-24-AsmUserPrefix.c')
| -rw-r--r-- | llvm/test/CFrontend/2005-09-24-AsmUserPrefix.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CFrontend/2005-09-24-AsmUserPrefix.c b/llvm/test/CFrontend/2005-09-24-AsmUserPrefix.c deleted file mode 100644 index 9b9b153e276..00000000000 --- a/llvm/test/CFrontend/2005-09-24-AsmUserPrefix.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | llc | \ -// RUN: not grep _foo2 - -void foo() __asm__("foo2"); - -void bar() { - foo(); -} |

