[Sparc][Leon] Corrected supported atomics size for processors supporting Leon CASA...
authorChris Dewhurst <chris.dewhurst@lero.ie>
Tue, 6 Sep 2016 14:41:09 +0000 (14:41 +0000)
committerChris Dewhurst <chris.dewhurst@lero.ie>
Tue, 6 Sep 2016 14:41:09 +0000 (14:41 +0000)
commit92cac9322d984a678f5803303f3a39d2d339d208
tree1f0bbb39e9123d87aa5701dcf7a84eaf778d8a4d
parent719f55d3790eeed2708ac4fc1bf438363caba42d
[Sparc][Leon] Corrected supported atomics size for processors supporting Leon CASA instruction back to 32 bits.

This was erroneously checked-in for 64 bits while trying to find if there was a way to get 64 bit atomicity in Leon processors. There is not and this change should not have been checked-in. There is no unit test for this as the existing unit tests test for behaviour to 32 bits, which was the original intention of the code.

llvm-svn: 280710
llvm/lib/Target/Sparc/SparcISelLowering.cpp