Add support for eliminate stores to stack-allocated memory locations at the end
authorOwen Anderson <resistor@mac.com>
Wed, 11 Jul 2007 21:06:56 +0000 (21:06 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 11 Jul 2007 21:06:56 +0000 (21:06 +0000)
commit6f46d65104ab08a75acb3d24056d19bdc2b054c3
treed6d06fc9b47ecaf1d3b6cff62f2389a8f7b7bc58
parent2655adb3b26b845193be9802f6f938d836c4a939
Add support for eliminate stores to stack-allocated memory locations at the end
of a function.

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