argument lowering should copy from the vreg shadows of live-in arguments
authorChris Lattner <sabre@nondot.org>
Fri, 2 Mar 2007 05:12:29 +0000 (05:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Mar 2007 05:12:29 +0000 (05:12 +0000)
commit82932a5e4a2911cd5faa6376fa9d5dfac9e52091
treee132c5817a45b20b886f4c5e5adeeb02e3c3099f
parent9b6f57c303c2aa2e2509fd663216e4e53edd9dc4
argument lowering should copy from the vreg shadows of live-in arguments
passed in registers, not directly from the pregs themselves.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp