Go to file
Dan Gohman f17a2f3602 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.

llvm-svn: 55863
2008-09-05 22:59:21 +00:00
clang More type checking for blocks. Still incomplete (will hopefully finish up this weekend). 2008-09-05 22:11:13 +00:00
llvm Move the code that inserts copies for function livein registers 2008-09-05 22:59:21 +00:00