aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/2008-09-02-NoInline.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2008-09-02-NoInline.ll')
-rw-r--r--test/Transforms/Inline/2008-09-02-NoInline.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/2008-09-02-NoInline.ll b/test/Transforms/Inline/2008-09-02-NoInline.ll
index 35b4b46..65b80e4 100644
--- a/test/Transforms/Inline/2008-09-02-NoInline.ll
+++ b/test/Transforms/Inline/2008-09-02-NoInline.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | grep call | count 1
+; RUN: opt %s -inline | llvm-dis | grep call | count 1
define i32 @fn2() noinline {
ret i32 1