Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / ExecutionEngine / MCJIT / hello.ll
1 ; RUN: %lli %s > /dev/null
2
3 @.LC0 = internal global [12 x i8] c"Hello World\00"             ; <[12 x i8]*> [#uses=1]
4
5 declare i32 @puts(i8*)
6
7 define i32 @main() {
8         %reg210 = call i32 @puts( i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0) )               ; <i32> [#uses=0]
9         ret i32 0
10 }
11