Add more plumbing. This time in the LowerArguments and "get" functions which
authorBill Wendling <isanbard@gmail.com>
Tue, 22 Dec 2009 02:10:19 +0000 (02:10 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 22 Dec 2009 02:10:19 +0000 (02:10 +0000)
commit3ea3c2461932d96d3defa0a9aa93ffaf631bb19d
tree56d988d4a3aa501f13156292ecb9fb21ef80e11e
parent06b766d1c0ff7373e911fe5f8c42f62aa2f67e92
Add more plumbing. This time in the LowerArguments and "get" functions which
return partial registers. This affected the back-end lowering code some.

Also patch up some places I missed before in the "get" functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91880 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp