diff options
Diffstat (limited to 'test/FrontendC/2007-12-16-AsmNoUnwind.c')
-rw-r--r-- | test/FrontendC/2007-12-16-AsmNoUnwind.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2007-12-16-AsmNoUnwind.c b/test/FrontendC/2007-12-16-AsmNoUnwind.c deleted file mode 100644 index b080e6a..0000000 --- a/test/FrontendC/2007-12-16-AsmNoUnwind.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: %llvmgcc %s -S -o - | grep nounwind - -void bar() { asm (""); } |