Nick Lewycky | 490e793 | 2008-03-16 07:55:46 +0000 | [diff] [blame^] | 1 | ; RUN: not llvm-as < %s |& grep {Instruction operands must be first-class} |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 2 | ; PR826 |
| 3 | |
Nick Lewycky | 490e793 | 2008-03-16 07:55:46 +0000 | [diff] [blame^] | 4 | %struct_4 = type { i32 } |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | |
Nick Lewycky | 490e793 | 2008-03-16 07:55:46 +0000 | [diff] [blame^] | 6 | define void @test() { |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 7 | store %struct_4 zeroinitializer, %struct_4* null |
| 8 | unreachable |
| 9 | } |