* Enable SCCP debugging to be turned on with a simple change of #define
authorChris Lattner <sabre@nondot.org>
Thu, 2 May 2002 21:18:01 +0000 (21:18 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 2 May 2002 21:18:01 +0000 (21:18 +0000)
commit59f0ce2a41b4349f8062ba050dd84e34635781b5
tree5da622dc738ffafd09bdbf418ca12819aa125bba
parenta1ab959de3683890215fe1755c4be415d2df7fc8
* Enable SCCP debugging to be turned on with a simple change of #define
* Change worklist to a set so that duplicates cannot happen
* Add support for the invoke instruction
* Avoid marking store and free instructions as overdefined, since they
  cannot produce a value anyway.
* Inline the OperandChangedState implementation
* Add isEdgeFeasible in preparation to fix a bug.  Right now it behaves
  exactly as before.
* Remove obsolete comment about constant pools

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