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