switch RemoveAccessedObjects to use AliasAnalysis::Location to simplify
authorChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 21:47:58 +0000 (21:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2010 21:47:58 +0000 (21:47 +0000)
commitd8d35316dee5e642c976ff0984ce316cbe57cc4c
tree00de2258f9aa653540235d99a23f079e47da49b2
parent42cb684f8d8440ffd79415280dcb7676d0b5f29a
switch RemoveAccessedObjects to use AliasAnalysis::Location to simplify
the code.  We now get accurate sizes on Loads, though it surely doesn't
matter in practice.

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