Move the code that inserts copies for function livein registers
authorDan Gohman <gohman@apple.com>
Fri, 5 Sep 2008 22:59:21 +0000 (22:59 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 5 Sep 2008 22:59:21 +0000 (22:59 +0000)
commit8a11053f3ca7efb29312c4293c4fdb5d2ca3e20f
tree0f92b9d2d945daf0abcc20d01fbdec3f2dc15595
parentbcc11d2a712b2eb432447ef585be0a33ca58ee2a
Move the code that inserts copies for function livein registers
out of ScheduleDAGEmit.cpp and into SelectionDAGISel.cpp. This
allows it to be run exactly once per function, even if multiple
SelectionDAG iterations happen in the entry block, as may happen
with FastISel.

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