ARM: simplify EmitAtomicBinary64
authorTim Northover <tnorthover@apple.com>
Tue, 11 Mar 2014 13:19:55 +0000 (13:19 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 11 Mar 2014 13:19:55 +0000 (13:19 +0000)
commit90b25eaef278779c7b582217ca25f0293d8aa65b
tree63aa52aa9b4cad0e8642d4ec260b2bcf00f356b0
parentdabc5073b21bca077cf86a64fde9aa87cf654362
ARM: simplify EmitAtomicBinary64

ATOMIC_STORE operations always get here as a lowered ATOMIC_SWAP, so there's no
need for any code to handle them specially.

There should be no functionality change so no tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203567 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrInfo.td