- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
authorBill Wendling <isanbard@gmail.com>
Fri, 26 Oct 2007 20:24:42 +0000 (20:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 26 Oct 2007 20:24:42 +0000 (20:24 +0000)
commit984e986929c34f9fa41ad33e3a4f19816f80c1ad
treeb39c66304a248ceddcb6cf096fb620f3eaaba34f
parent6a13dfdc6da8afa6eec20627e8315a9d77905d61
- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
  FE.
- Explicitly pass in the alignment of the load & store.
- XFAIL 2007-10-23-UnalignedMemcpy.ll because llc has a bug that crashes on
  unaligned pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43398 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll