Fix memcpy expansion so it won't generate invalid
authorDale Johannesen <dalej@apple.com>
Mon, 22 Jun 2009 20:59:07 +0000 (20:59 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 22 Jun 2009 20:59:07 +0000 (20:59 +0000)
commit08bc98e3cc1c6859ee78f304c0182098b580b56f
tree65f49ecb661417f3f86ff1d78b48046631119d8d
parent81909b74231b816e9c3ae589b8e112377be30cd0
Fix memcpy expansion so it won't generate invalid
types for the target (I think).  This was breaking
the PPC32 calling sequence.

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