summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c
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
commit624ee8da0dd8d47bd738c0cf9ed75ec2053cce33 (patch)
tree514b902ddb09c9dba9fb4dfd98db27258340ebf7 /llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c
parentb2ef2f14273913d4a5b54489dcfaa46c2fd85ea3 (diff)
downloadbcm5719-llvm-624ee8da0dd8d47bd738c0cf9ed75ec2053cce33.tar.gz
bcm5719-llvm-624ee8da0dd8d47bd738c0cf9ed75ec2053cce33.zip
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. llvm-svn: 96474
Diffstat (limited to 'llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c')
-rw-r--r--llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c b/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c
index 510d1f800f4..fb92ec773c1 100644
--- a/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c
+++ b/llvm/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() {}
OpenPOWER on IntegriCloud