summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-02 18:12:58 +0000
committerChris Lattner <sabre@nondot.org>2009-02-02 18:12:58 +0000
commit64217e6a28aa0bc4d5e0d09af1ad380726307a7a (patch)
treed6f82b2f70148e9fb32143469b3d27ca860223c5 /llvm
parent50f520171c8d3171ccd6c83c38923acbb71d1acb (diff)
downloadbcm5719-llvm-64217e6a28aa0bc4d5e0d09af1ad380726307a7a.tar.gz
bcm5719-llvm-64217e6a28aa0bc4d5e0d09af1ad380726307a7a.zip
update test
llvm-svn: 63532
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll b/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
index 4b7d622cd39..a8a76bc53b5 100644
--- a/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud