Fix a problem Nate found where we swapped the operands of SHL/SHR_PARTS. This
authorChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 17:42:59 +0000 (17:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 17:42:59 +0000 (17:42 +0000)
commitb551ba7661d5f8263979a5905fd3d1b9e5387e45
treee198f11503c3a5acdce4eda3a8c7536c3a6797ac
parent14b86c72a28a064373ac1670ed8ee62dab41e2f4
Fix a problem Nate found where we swapped the operands of SHL/SHR_PARTS.  This
fixes fourinarow

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23153 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp