summaryrefslogtreecommitdiff
path: root/test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll')
-rw-r--r--test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll b/test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll
index e4ea12423f..69e2021513 100644
--- a/test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll
+++ b/test/Transforms/SRETPromotion/2008-06-05-non-call-use.ll
@@ -4,7 +4,7 @@
; We're mainly testing for opt not to crash, but we'll check to see if the sret
; attribute is still there for good measure.
-; RUN: opt %s -sretpromotion | llvm-dis | grep sret
+; RUN: opt %s -sretpromotion -S | grep sret
%struct.S = type <{ i32, i32 }>