OSDN Git Service

Use i32 for shift amounts instead of i64. This gets bisort working.
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jun 2006 17:34:57 +0000 (17:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jun 2006 17:34:57 +0000 (17:34 +0000)
commit7b0c58cd257d2197bc178818bc081c72aae57e46
treef499133beb3f55cbbff247ec01647ef403f07b58
parent00659b17817b3b5af4d9e9b93fed2a91fe27b019
Use i32 for shift amounts instead of i64.  This gets bisort working.

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