Add a new Sparse Conditional Constant Propogation pass
authorChris Lattner <sabre@nondot.org>
Wed, 27 Jun 2001 23:38:11 +0000 (23:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Jun 2001 23:38:11 +0000 (23:38 +0000)
commit138a124f09de272b2ab93cfd6e2a8a283d18029b
tree04b9cb410796cc85b0a4fdc3d4f3d6900b22c6e4
parent241b064267c993c1e241caebf719d885773b938f
Add a new Sparse Conditional Constant Propogation pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp [new file with mode: 0644]