[CodeGen] Assert on getNode(FP_EXTEND) with a smaller dst type.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 13 Aug 2015 01:10:29 +0000 (01:10 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 13 Aug 2015 01:10:29 +0000 (01:10 +0000)
commit5d8c9c45e5551b4c216719d1aadc2f701ee67ec0
treee40652f8bbdff1b5f7d3e1fd9d40e36fb4cc1ed8
parent39d772ac647c6a5a596a0de802f5a3aa025130e1
[CodeGen] Assert on getNode(FP_EXTEND) with a smaller dst type.

This would have caught the problem in r244858.

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