summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/byval.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/byval.ll')
-rw-r--r--test/Transforms/Inline/byval.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/byval.ll b/test/Transforms/Inline/byval.ll
index 5fd871d336..907e3e2c18 100644
--- a/test/Transforms/Inline/byval.ll
+++ b/test/Transforms/Inline/byval.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -inline | llvm-dis | grep {llvm.memcpy}
+; RUN: opt %s -inline -S | grep {llvm.memcpy}
; Inlining a byval struct should cause an explicit copy into an alloca.