Wrap some long lines.
authorChris Lattner <sabre@nondot.org>
Tue, 19 Apr 2005 19:16:19 +0000 (19:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Apr 2005 19:16:19 +0000 (19:16 +0000)
commit7d27fc0252cb03b61c59b8a1e3307455c410266b
treeba2eddaa3ebbc4a67bfb4f64f8e73c697114859d
parenta6dcd0ef732d9137cfa8d94b378a07a7419a1e7a
Wrap some long lines.
Make IPSCCP strip off dead constant exprs that are using functions, making
them appear as though their address is taken.  This allows us to propagate
some more pool descriptors, lowering the overhead of pool alloc.

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