Shift amounts should have type getShiftAmountTy
authorDuncan Sands <baldrick@free.fr>
Thu, 30 Oct 2008 19:28:32 +0000 (19:28 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 30 Oct 2008 19:28:32 +0000 (19:28 +0000)
commit2fbfbd2a052fc3935271e441ceb1e401f26d145f
tree29551619749920908e855394fbd8f8ba3273405e
parentc5e1ec47c719806fcc882470595960512edc7441
Shift amounts should have type getShiftAmountTy
(i32 for PPC, not i8).  Correct this, and some
formatting while there.

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