Clean up dead operands left around after SROA replaces a mem intrinsic.
authorBob Wilson <bob.wilson@apple.com>
Tue, 8 Dec 2009 18:22:03 +0000 (18:22 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 8 Dec 2009 18:22:03 +0000 (18:22 +0000)
commit78c50b8cd68d266d4ed6f8eca443cf8142a01204
treedca14bd12b812f26506e31b600f0d557a724bc9a
parenta3a60c6c49e457d825bddd1d300230c9d82cc17e
Clean up dead operands left around after SROA replaces a mem intrinsic.
I'm not aware that this does anything significant on its own, but it's
needed for another patch that I'm working on.

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