Reimplement removing stores to allocas at the end of a function. This should be...
authorOwen Anderson <resistor@mac.com>
Thu, 12 Jul 2007 21:41:30 +0000 (21:41 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 12 Jul 2007 21:41:30 +0000 (21:41 +0000)
commit43b2676cc22c1f337e015f46aacbd699d039cad9
tree3fe0bd86c8a49ad3c40999a65076f8d04f8e14eb
parentdd61c2b25c1ea3f0ee2f3d4283b6814ab2c7891c
Reimplement removing stores to allocas at the end of a function.  This should be safe now.

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