OSDN Git Service

make all Lower*CallTo implementations use LowerCallResult to handle their
authorChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 09:10:05 +0000 (09:10 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 09:10:05 +0000 (09:10 +0000)
commit339b439d47d4d91eebe1ffb2684746f5cf586362
treeeb51ef509b331d73abf37ca7901e44e8c03b0456
parent09c75a43722e2aa00df4e31af35d97a6f598c28c
make all Lower*CallTo implementations use LowerCallResult to handle their
result value stuff.  This eliminates a bunch of duplicated code and now
GetRetValueLocs is the sole place that decides where a value is returned.

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