summaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-12-14-ExternInlineSupport.c
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-02-08 23:27:46 +0000
committerDevang Patel <dpatel@apple.com>2010-02-08 23:27:46 +0000
commit3c280fccf9f6ed04ad42c09c24cab81121b52171 (patch)
treef6fa5d2320a2bb6f25d3a6c72a3d4294f2d999d6 /test/FrontendC/2003-12-14-ExternInlineSupport.c
parenta87ded2695e5bce30dbd0d2d2ac10c571bf1d161 (diff)
downloadllvm-3c280fccf9f6ed04ad42c09c24cab81121b52171.tar.gz
llvm-3c280fccf9f6ed04ad42c09c24cab81121b52171.tar.bz2
llvm-3c280fccf9f6ed04ad42c09c24cab81121b52171.tar.xz
test case for r95604.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95605 91177308-0d34-0410-b5e6-96231b3b80d8
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 fb92ec773c..510d1f800f 100644
--- a/test/FrontendC/2003-12-14-ExternInlineSupport.c
+++ b/test/FrontendC/2003-12-14-ExternInlineSupport.c
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
+// RUN: %llvmgcc -Os -xc %s -c -o - | llvm-dis | not grep dead_function
extern __inline__ void dead_function() {}