Fix a couple of typos in EmitAtomic.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 31 Aug 2012 02:08:34 +0000 (02:08 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 31 Aug 2012 02:08:34 +0000 (02:08 +0000)
commit05e80f27148b1dc19925755d56b6466df840da44
tree2018344f8350d88025b956d2478cecf30e2fcd15
parent9765c6ecde9ca96c37fe3e27d360aadc387b6942
Fix a couple of typos in EmitAtomic.

Thumb2 instructions are mostly constrained to rGPR, not tGPR which is
for Thumb1.

rdar://problem/12203728

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162968 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/atomic-op.ll