OSDN Git Service

factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult
authorChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 08:59:22 +0000 (08:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 08:59:22 +0000 (08:59 +0000)
commit3085e1511750b7d69bf5f1831696e0d178bdb5b1
tree3dd19adb310485ad09fcc71e2ee9cb72e3d8194c
parent2b02a4409f8ca4c4508be8bdba0a4d16cc612553
factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult
function.  This function now uses GetRetValueLocs to determine *where*
the result values are located and concerns itself with *how* to pull the
values out.

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