update test

llvm-svn: 63532
This commit is contained in:
Chris Lattner 2009-02-02 18:12:58 +00:00
parent 50f520171c
commit 64217e6a28
1 changed files with 1 additions and 1 deletions

View File

@ -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.