Change legalizeop of FP_ROUND and FP_EXTEND to not fall through
authorChris Lattner <sabre@nondot.org>
Wed, 16 Jan 2008 06:57:07 +0000 (06:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Jan 2008 06:57:07 +0000 (06:57 +0000)
commitf2670a89a7c5e29e7f71ab63e06e75dbf482c55b
treea51b4d9a5c6d62b8e71d97fb68a8df4db901d450
parentf763288705737e8f675174545cba04717057c7bb
Change legalizeop of FP_ROUND and FP_EXTEND  to not fall through
into the ANY_EXTEND/ZERO_EXTEND/SIGN_EXTEND code to simplify it.

Unmerge the code for FP_ROUND and FP_EXTEND from each other to
make each one simpler.

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