aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-12-14-ExternInlineSupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2003-12-14-ExternInlineSupport.c')
-rw-r--r--test/FrontendC/2003-12-14-ExternInlineSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2003-12-14-ExternInlineSupport.c b/test/FrontendC/2003-12-14-ExternInlineSupport.c
index 510d1f8..fb92ec7 100644
--- a/test/FrontendC/2003-12-14-ExternInlineSupport.c
+++ b/test/FrontendC/2003-12-14-ExternInlineSupport.c
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc -Os -xc %s -c -o - | llvm-dis | not grep dead_function
+// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}