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)
commitd6d10ae1519f0eb71c1db46c2cc77321d02c6ee6
tree2fa0096a179adfd50d0ee97fd35ce4692e1c3f7c
parentd72271cd84ab2a0d3855a95719341b036980d5ac
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164685 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/atomicrmw_minmax.ll [new file with mode: 0644]