Initial libcall support for LegalizeTypes. This is
authorDuncan Sands <baldrick@free.fr>
Mon, 14 Apr 2008 06:48:48 +0000 (06:48 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 14 Apr 2008 06:48:48 +0000 (06:48 +0000)
commitddc016cc8592fe5c9379feb42a1fb4fb63164a91
treef1bed018d7e455f6921a374fb1a240095de80b7b
parent75caee241955fdcd9942c42be8b77ba9996e94d6
Initial libcall support for LegalizeTypes.  This is
much simpler than in LegalizeDAG because calls are
not yet expanded into call sequences: that happens
after type legalization has finished.

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