1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

update test

llvm-svn: 63532
This commit is contained in:
Chris Lattner 2009-02-02 18:12:58 +00:00
parent 385f71a725
commit 5c43f87c53

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.