Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / Verifier / SelfReferential.ll
blobc013bfb6a188afab7905ed5b84841546f34c6809
1 ; RUN: not llvm-as -f %s -o /dev/null |& grep {Only PHI nodes may reference their own value}
3 ; Test that self referential instructions are not allowed
5 define void @test() {
6         %A = add i32 %A, 0              ; <i32> [#uses=1]
7         ret void