* Cleanups of instcombine
authorChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 19:29:35 +0000 (19:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 19:29:35 +0000 (19:29 +0000)
commit90ac28cf3efd5f10ab5f59277642105ab2318295
tree1febe15c377c34142d7902bdbae174138ae489b6
parent4a6e4b30b44048cdc7277b3d0264e71e47b5611c
* Cleanups of instcombine
   - Reenable gep (gep x) -> x
   - Make instcombine do dead instruction elimination where it's really
     easy.  Now visitors don't have to ensure they aren't not processing
     dead instructions.

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