Add support for eliminating memcpy's at the end of functions. Also fix some errors...
authorOwen Anderson <resistor@mac.com>
Tue, 29 Jan 2008 06:18:36 +0000 (06:18 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 29 Jan 2008 06:18:36 +0000 (06:18 +0000)
commita34d8a0d83bb39f4058e5dea4558e69cc4eda37c
treeafed266b9db761a26cfb940dcc6360f18234968a
parentb7cbab8b282335336502dc79edbd54ac4be98509
Add support for eliminating memcpy's at the end of functions.  Also fix some errors I noticed in
the handling of eliminating stores to byval arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46494 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DeadStoreElimination.cpp