Clean up and fix cast codegen by removing cases that are handled elsewhere,
authorNate Begeman <natebegeman@mac.com>
Thu, 18 Nov 2004 04:56:53 +0000 (04:56 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 18 Nov 2004 04:56:53 +0000 (04:56 +0000)
commit0113638073ffe734a5fe4ffa1d534c9e044fcb06
tree2426e1a3b523c134c1937771404c3cab14dfc0b5
parent5c401af43364542761eaf3a0b439a0dd189d6fba
Clean up and fix cast codegen by removing cases that are handled elsewhere,
and properly emitting signed short to unsigned int.  This fixes the last
regression vs. the CBE, MultiSource/Applications/hbd.

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