diff options
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.ll | 2 |
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 10f92ef..26c6a6e 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: llvm-as < %s | opt -sretpromotion | llvm-dis | grep sret +; RUN: opt < %s -sretpromotion -S | grep sret %struct.S = type <{ i32, i32 }> |