Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / Assembler / 2005-12-21-ZeroInitVector.ll
1 ; RUN: llvm-as < %s > /dev/null
2 ; RUN: verify-uselistorder %s
3
4 define <4 x i32> @foo() {
5         ret <4 x i32> zeroinitializer
6 }
7