Make sure the instruction combiner doesn't lose track of instructions
authorChris Lattner <sabre@nondot.org>
Sat, 1 May 2004 23:19:52 +0000 (23:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 May 2004 23:19:52 +0000 (23:19 +0000)
commit216d4d85fd8d5fdc4caafb7250fad75b015c8e6c
tree02ed23595c85b7dda4b196a85872b68ba2a20931
parent951fdb9764ea7abd1f409712636cf80a86140d90
Make sure the instruction combiner doesn't lose track of instructions
when replacing them, missing the opportunity to do simplifications

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