Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
authorJames Molloy <james.molloy@arm.com>
Wed, 26 Sep 2012 09:48:32 +0000 (09:48 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 26 Sep 2012 09:48:32 +0000 (09:48 +0000)
commit9e98ef1c59668c60711d5579558ea3105a3ae7d1
treedd6f537b02409d39254702f5f573602777f18cca
parent39583b88a02ef7b9e1043c43509b18cdc60c3ebd
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.

llvm-svn: 164685
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/ARM/atomicrmw_minmax.ll [new file with mode: 0644]