summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2007-06-05-NoInlineAttribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2007-06-05-NoInlineAttribute.c')
-rw-r--r--llvm/test/FrontendC/2007-06-05-NoInlineAttribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2007-06-05-NoInlineAttribute.c b/llvm/test/FrontendC/2007-06-05-NoInlineAttribute.c
index b11b3c77968..9543538fb1b 100644
--- a/llvm/test/FrontendC/2007-06-05-NoInlineAttribute.c
+++ b/llvm/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