summaryrefslogtreecommitdiff
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 e88c824983..04c61ee34f 100644
--- a/test/Transforms/Inline/byval2.ll
+++ b/test/Transforms/Inline/byval2.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -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