Remove llvm-upgrade and update tests.
[oota-llvm.git] / test / Verifier / 2006-07-11-StoreStruct.ll
1 ; RUN: not llvm-as %s -o /dev/null -f
2 ; PR826
3
4         %struct_4 = type { int }
5
6 implementation   ; Functions:
7
8 void %test() {
9         store %struct_4 zeroinitializer, %struct_4* null
10         unreachable
11 }