Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
authorEli Friedman <eli.friedman@gmail.com>
Sat, 6 Jun 2009 03:27:50 +0000 (03:27 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 6 Jun 2009 03:27:50 +0000 (03:27 +0000)
commit556929a84bb8842cb07bebf4df67810d17be096e
treead3aac7640e02a85ad5a94cf296c44300d75472f
parent318de6070119f7ace92fa542ffb85b0a1c9f9479
Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
integer type to be consistent with normal operation legalization.  No visible
change because nothing is actually using this at the moment.

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