Propagating constants to arguments can make other arguments constant. For now
authorChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2003 21:09:00 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2003 21:09:00 +0000 (21:09 +0000)
commit2e8dfb8221d8fbb4d007cd1ab5e63dac0accea4b
treeef205f4bacc7d03670d8a98caf12f4b1bedc970b
parente01fcfbdeff0c7b1bbb861184769ad7c8bd9a4db
Propagating constants to arguments can make other arguments constant.  For now
do something dumb, and inefficient, but more complete.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9542 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/IPConstantPropagation.cpp