diff options
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll')
-rw-r--r-- | llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll b/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll index 0215e5bba83..80a86b117e7 100644 --- a/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll +++ b/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll @@ -3,7 +3,7 @@ ; this would not work when there was a vector involved in the struct, preventing ; scalarrepl from removing the alloca below. -; RUN: opt %s -scalarrepl | llvm-dis > %t +; RUN: opt %s -scalarrepl -S > %t ; RUN: cat %t | not grep alloca %struct.two = type <{ < 2 x i8 >, i16 }> |