instead of having all conversions be handled by one case value, and then have
authorChris Lattner <sabre@nondot.org>
Thu, 28 Jul 2005 23:31:12 +0000 (23:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Jul 2005 23:31:12 +0000 (23:31 +0000)
commitfa9c801a6b42609dc2a934afb6535e3d51d61a3e
tree9838e00dd1d809c2ba84a4500b2234d32d205dfd
parent70df32a138a72a66c733c8cd9db8dd6ceedf2c57
instead of having all conversions be handled by one case value, and then have
subcases inside, break things out earlier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp