OSDN Git Service

Fix DSE to not nuke dead stores unless they redundant store is the same
authorChris Lattner <sabre@nondot.org>
Thu, 27 Oct 2005 07:10:34 +0000 (07:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Oct 2005 07:10:34 +0000 (07:10 +0000)
commitfe7f046de875e41dd338163a719a32571da7ec06
tree9d3fa48f4d35aa30ba64bca97f85cdb0130a9fc8
parent0e026de6ac21540b25dc37fed9f047f159cdca55
Fix DSE to not nuke dead stores unless they redundant store is the same
VT as the killing one.  Fix fixes PR491

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp