* Eliminate dead code that should have been removed in last revision
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 18:21:31 +0000 (18:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 18:21:31 +0000 (18:21 +0000)
commit89df1b58a968506af2abba9e6f7d73c1e43b5d57
treee45bc7a4a5b8645526b99f9398145ce858ac0427
parent473945d1dc83978d2c0f06da94a924cf71c85fb7
* Eliminate dead code that should have been removed in last revision
* Convert main constant propogation pass to be worklist driven instead of
  iterative.
* -constprop pass no longer "constant propogates" terminator instructions
   - CFG is now preserved!

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