diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll b/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll index 73d92be179e41..3ebafd072e036 100644 --- a/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll +++ b/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll @@ -3,7 +3,7 @@ ; instruction, which was not possible before aggregrates were first class ; values. This checks of scalarrepl splits up the struct and array properly. -; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca +; RUN: opt < %s -scalarrepl -S | not grep alloca define i32 @foo() { %target = alloca { i32, i32 } ; <{ i32, i32 }*> [#uses=1] |