OSDN Git Service

Simplify LoopStrengthReduce::DeleteTriviallyDeadInstructions by
authorChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2008 23:23:35 +0000 (23:23 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2008 23:23:35 +0000 (23:23 +0000)
commit1363949380374636974558813a19e79d01e63b7c
tree55898ecb109baac9fd655d59d2f2a6bf23d3a658
parent564c0a233010cb1ff2f9ee2d4d16870284d72487
Simplify LoopStrengthReduce::DeleteTriviallyDeadInstructions by
making it use RecursivelyDeleteTriviallyDeadInstructions to do
the heavy lifting.

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