diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll b/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll index 6171ae3..51f1f3d 100644 --- a/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll +++ b/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -scalarrepl -instcombine | llvm-dis | not grep alloca +; RUN: opt %s -scalarrepl -instcombine -S | not grep alloca ; Test that an array is not incorrectly deconstructed. |