forked from OSchip/llvm-project
parent
50f520171c
commit
64217e6a28
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue