We actually don't have spiff anymore
[oota-llvm.git] / test / Verifier / SelfReferential.ll
1 ; Test that self referential instructions are not allowed
2
3 implementation
4
5 void "test"()
6 begin
7         %A = add int %A, 0
8         ret void
9 end