blob: 54fb018f2d417db346bc0afdc59e06208be3b3f4 [file] [log] [blame]
Chris Lattner1d2535c2002-04-18 20:30:58 +00001; Test that self referential instructions are not allowed
2
3implementation
4
5void "test"()
6begin
7 %A = add int %A, 0
8 ret void
9end