Keep track of incoming argument's location while emitting LiveIns.
authorDevang Patel <dpatel@apple.com>
Mon, 31 Jan 2011 21:38:14 +0000 (21:38 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 31 Jan 2011 21:38:14 +0000 (21:38 +0000)
commite9a7ea68653689966417443b8ac2528c1d9d3ccf
tree34407700e2758bb5353a5ad1a0b2960b9514aafa
parent97f6d5b24136ac19d5f83c1ee9541b05f0eccebd
Keep track of incoming argument's location while emitting LiveIns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124611 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineRegisterInfo.h
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/dbg-live-in-location.ll [new file with mode: 0644]