Share some code that is common between integer and
authorDuncan Sands <baldrick@free.fr>
Fri, 20 Jun 2008 18:40:50 +0000 (18:40 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 20 Jun 2008 18:40:50 +0000 (18:40 +0000)
commit78cd649ad326f79a1f8424ca2b63cea3239a9a52
tree65eba26ca3c82001ddab4cd3e2f1c6018dd511cf
parentc8f88cc8c0b4ce1664520d5390c623f2c44e4555
Share some code that is common between integer and
float expansion (and sometimes vector splitting too).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp [new file with mode: 0644]
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp