commit | bda7e40666eda571d407c5a3a44be09eeff742b0 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Feb 08 23:27:46 2010 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Feb 08 23:27:46 2010 +0000 |
tree | f6fa5d2320a2bb6f25d3a6c72a3d4294f2d999d6 | |
parent | 8d96fc111c1e6d2467e71ad576a379d71ce523cc [diff] [blame] |
test case for r95604. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95605 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC/2003-12-14-ExternInlineSupport.c b/test/FrontendC/2003-12-14-ExternInlineSupport.c index fb92ec7..510d1f8 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() {}