Fix some broken logic that would cause us to codegen {2147483647,2147483647,214748364...
authorChris Lattner <sabre@nondot.org>
Tue, 4 Apr 2006 22:28:35 +0000 (22:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Apr 2006 22:28:35 +0000 (22:28 +0000)
commit098e699f21a532d37b1ad44bb1bc24a87b3f9962
tree61d778d3274262dcacd2885e4afd6cd9dfd9a8d0
parentff65e38aaff8e373c52b874afc93eba181289d68
Fix some broken logic that would cause us to codegen {2147483647,2147483647,2147483647,2147483647} as 'vspltisb v0, -1'.

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