If a function has liveins, and if the target requested that they be plopped
authorChris Lattner <sabre@nondot.org>
Tue, 13 Sep 2005 19:30:54 +0000 (19:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Sep 2005 19:30:54 +0000 (19:30 +0000)
commitfa57702388f139e964befecb4b98c7dfe836945f
treee768fb409007fc223fac81f13d4f3feadb20f473
parentf2cded73c4c1497dd13c9b5f6d0f564777e45e16
If a function has liveins, and if the target requested that they be plopped
into particular vregs, emit copies into the entry MBB.

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