summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-06-05-NoInlineAttribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-06-05-NoInlineAttribute.c')
-rw-r--r--test/FrontendC/2007-06-05-NoInlineAttribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-06-05-NoInlineAttribute.c b/test/FrontendC/2007-06-05-NoInlineAttribute.c
index b11b3c7..9543538 100644
--- a/test/FrontendC/2007-06-05-NoInlineAttribute.c
+++ b/test/FrontendC/2007-06-05-NoInlineAttribute.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -O2 -c -emit-llvm %s -o - | llvm-dis | grep call
+// RUN: %llvmgcc -O2 -S %s -o - | grep call
static int bar(int x, int y) __attribute__((noinline));
OpenPOWER on IntegriCloud