* Add assertion to ExprTypeConvert to detect error earlier than without it
authorChris Lattner <sabre@nondot.org>
Tue, 16 Jul 2002 17:33:13 +0000 (17:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Jul 2002 17:33:13 +0000 (17:33 +0000)
commit131454e91d51c01fa0193630390116ab55c7886e
treeedc5e2f75bda3ec3987765bf4da34d9780d3800b
parentb39df57bf3742db73e5b2c7af5b410f3b5fb2cca
* Add assertion to ExprTypeConvert to detect error earlier than without it
* Fix bug in LevelRaise.cpp, correcting this problem:
    test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash.ll

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