| commit | ae7a0d39fd78e3e7b6a63ff9e50f0904d6b075e5 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Aug 02 19:29:35 2002 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Aug 02 19:29:35 2002 +0000 |
| tree | e306a867e9e13468c52927b724778b8f4a52afc8 | |
| parent | f6f95d08da510add5426e5ca3779689fc9d4c3b9 [diff] |
* 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.
llvm-svn: 3222