Lang Hames dfccd9ee98 Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResult
should expand ATOMIC_CMP_SWAP nodes the same way that it does for ATOMIC_SWAP.

Since ATOMIC_LOADs on some targets (e.g. older ARM variants) get legalized to
ATOMIC_CMP_SWAPs, the missing case had been causing i64 atomic loads to crash
during isel.

<rdar://problem/14074644>



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185186 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-28 18:36:42 +00:00
..
2013-05-20 08:01:34 +00:00
2013-03-15 17:27:39 +00:00
2012-12-06 21:24:47 +00:00
2013-06-09 12:36:57 +00:00
2012-12-06 02:29:29 +00:00
2013-04-11 12:32:23 +00:00