summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-09-26 07:28:20 +0000
committerDuncan Sands <baldrick@free.fr>2007-09-26 07:28:20 +0000
commit0bcbceb6475302465a770fcdb05a38166714d0de (patch)
treeebcd4785024331ca23580833b1efae3725e4809b /llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c
parent31d319dce79ed2691ae657795592f5f9df2cfd8b (diff)
downloadbcm5719-llvm-0bcbceb6475302465a770fcdb05a38166714d0de.tar.gz
bcm5719-llvm-0bcbceb6475302465a770fcdb05a38166714d0de.zip
Test the C front-end, not the C++ front-end.
llvm-svn: 42350
Diffstat (limited to 'llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c')
-rw-r--r--llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c b/llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c
index 1fd981b6e4d..cb1920aed09 100644
--- a/llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c
+++ b/llvm/test/CFrontend/2007-06-05-NoInlineAttribute.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline
+// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.noinline
static int bar(int x, int y) __attribute__((noinline));
OpenPOWER on IntegriCloud