* Remove dead code from ExprTypeConvert.cpp
authorChris Lattner <sabre@nondot.org>
Wed, 17 Jul 2002 17:11:33 +0000 (17:11 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Jul 2002 17:11:33 +0000 (17:11 +0000)
commitb1b4262387b0060af9c01297d146bb17ed361a84
tree55ce125fa359cca895f12352760831876b1fbe47
parent1ab8425c1c09c051459ef3bae2ecb087716cc3f5
* Remove dead code from ExprTypeConvert.cpp
   - I->use_empty() can never be true because of the IHolder's
* Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll
   - Add a new NewCasts member to VMC to keep track of casts that have been
     created and to ensure there is always a reference to the cast.
   - Extend ValueHandle a bit so it can be used in an STL container
   - Make sure we destroy the ValueMapCache before verifying the function
     in LevelRaise.cpp

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