summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/byval2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/byval2.ll')
-rw-r--r--test/Transforms/Inline/byval2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/byval2.ll b/test/Transforms/Inline/byval2.ll
index e949d01..a7ab77c 100644
--- a/test/Transforms/Inline/byval2.ll
+++ b/test/Transforms/Inline/byval2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep {llvm.memcpy}
+; RUN: opt < %s -inline -S | not grep {llvm.memcpy}
; Inlining a byval struct should NOT cause an explicit copy
; into an alloca if the function is readonly
OpenPOWER on IntegriCloud