summaryrefslogtreecommitdiff
path: root/test/FrontendC
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-02-17 08:53:27 +0000
committerEric Christopher <echristo@apple.com>2010-02-17 08:53:27 +0000
commita8572bbd39f50c17cbdce3a781b87a766f656881 (patch)
treea6c13f58f435af4784a4b9633d9062d0bcf0dc5e /test/FrontendC
parent84aa60b522e6ff02214912968eba1c037dd7bba1 (diff)
downloadllvm-a8572bbd39f50c17cbdce3a781b87a766f656881.tar.gz
llvm-a8572bbd39f50c17cbdce3a781b87a766f656881.tar.bz2
llvm-a8572bbd39f50c17cbdce3a781b87a766f656881.tar.xz
Revert:
r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-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 510d1f800f..fb92ec773c 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() {}