blob: 655e4b748ef5e48d1930205eae95a3f9ff05b38b [file] [log] [blame]
Nick Lewycky3f637852008-03-16 07:55:46 +00001; RUN: not llvm-as < %s |& grep {Instruction operands must be first-class}
Chris Lattnerf7cb6742006-07-11 20:29:21 +00002; PR826
3
Nick Lewycky3f637852008-03-16 07:55:46 +00004 %struct_4 = type { i32 }
Chris Lattnerf7cb6742006-07-11 20:29:21 +00005
Nick Lewycky3f637852008-03-16 07:55:46 +00006define void @test() {
Chris Lattnerf7cb6742006-07-11 20:29:21 +00007 store %struct_4 zeroinitializer, %struct_4* null
8 unreachable
9}