Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / Assembler / 2002-08-15-CastAmbiguity.ll
1 ; RUN: llvm-as %s -o /dev/null -f
2
3 define void @test(i32 %X) {
4         call void @test( i32 6 )
5         ret void
6 }