Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel
authorDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 15:03:56 +0000 (15:03 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 15:03:56 +0000 (15:03 +0000)
commit92884f7ee54186b136a1ade7fa0194097f225c81
tree546127b7ea33c4777be10893cd74871910649a6c
parentba5be5c07bb19dcf484e3aa40cd139dd07c10407
Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel
into SelectionDAGBuilder. This avoids a separate pass over the
instructions, and has the side effect of providing debug location
information to the copy.

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