* Use simplified interface to constant propogation stuff.
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 17:54:10 +0000 (17:54 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 17:54:10 +0000 (17:54 +0000)
commitf51825e3fb74db0e6c85583a9a662000eb1e8388
tree8bd6711607efbe1978778fc46a5eed5996e87bd3
parentdb93124d41ff5e50425982ef3ade15d6b8096d1b
* Use simplified interface to constant propogation stuff.
* Remove dead PHI case (which could not work due to getNumOperands rather than
  getNumIncomingValues.  This really belongs in InstCombine, anyway so we'll
  move it there.

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