split the vector case of getCopyFromParts out to its own function,
authorChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2010 23:20:40 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2010 23:20:40 +0000 (23:20 +0000)
commit3ac18845098b34b7b76c6fa4b95cfde7752ff8ad
treed55361382ae0dba0b5d4ec63fe7ef0f147a300a8
parent365c53e3281860d46f771edf88156ca0aac581cf
split the vector case of getCopyFromParts out to its own function,
no functionality change.

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