* Add support for the -stats command line option to report how much is changed
authorChris Lattner <sabre@nondot.org>
Fri, 10 May 2002 15:29:25 +0000 (15:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 May 2002 15:29:25 +0000 (15:29 +0000)
commit3c0193742a838ed91303d1efd099de10793cdc2a
tree8b61a8794081ab1ef0afd60369e28755c5d1c89d
parentc79260af6e9ed05c2f3eda803ba8216f5b26f914
* Add support for the -stats command line option to report how much is changed
* Make cast-of-self-ty DCE the dead cast instruction immediately instead of
  waiting for it to be DCE'd by another sweep over the function.  This speeds
  this up noticably.

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