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