diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-02 18:12:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-02 18:12:58 +0000 |
commit | 006336de6f8fe9c811ad079ab01a3f0459747960 (patch) | |
tree | c9bc02c3ba2586ed3cfc5437e410d2d0eed067f1 /test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll | |
parent | 8f1174d13d233fe6b8418475df15eeff87a52f37 (diff) |
update test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63532 91177308-0d34-0410-b5e6-96231b3b80d8
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 4b7d622cd3..a8a76bc53b 100644 --- a/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll +++ b/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {ret i32 undef} +; RUN: llvm-as < %s | opt -scalarrepl -instcombine | llvm-dis | grep {ret i32 undef} ; Test that an array is not incorrectly deconstructed. |