Move FastDSE in to DeadStoreElimination.
authorOwen Anderson <resistor@mac.com>
Wed, 1 Aug 2007 06:30:51 +0000 (06:30 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 1 Aug 2007 06:30:51 +0000 (06:30 +0000)
commita56c34f90bec3e46ff81d6af54a2d0d309a81c4d
tree319ca34dd09a00eb7b0508473d8c1fc56e55e9dc
parente739bae8daebfc0ee77a30f03560752f71e2fa20
Move FastDSE in to DeadStoreElimination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40667 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DeadStoreElimination.cpp [new file with mode: 0644]
lib/Transforms/Scalar/FastDSE.cpp [deleted file]