Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / CodeGen / PowerPC / 2005-01-14-SetSelectCrash.ll
1 ; RUN: llc < %s -march=ppc32 
2
3 define i32 @main() {
4         %setle = icmp sle i64 1, 0              ; <i1> [#uses=1]
5         %select = select i1 true, i1 %setle, i1 true            ; <i1> [#uses=0]
6         ret i32 0
7 }
8