remove the "undead" terminology, which is nonstandard and never
authorChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 21:32:12 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 21:32:12 +0000 (21:32 +0000)
commit5fb0fb397caeb711bbaf387e5d46f96856c14b5b
tree3638d165d163a93a359553ee3b3b28208cd6a106
parent86dc6c08cf72668b433ad207cf42cdd9a8fe822a
remove the "undead" terminology, which is nonstandard and never
made sense to me.  We now have a set of dead stack objects, and
they become live when loaded.  Fix a theoretical problem where
we'd pass in the wrong pointer to the alias query.

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