This DEBUG is buggy. comment it out because it's not worth fixing. This

should go into 1.3

llvm-svn: 15567
This commit is contained in:
Chris Lattner 2004-08-08 01:27:56 +00:00
parent 6c70fdd7b8
commit 6a93462144
1 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,8 @@ bool RPR::PeepholeOptimize(BasicBlock *BB, BasicBlock::iterator &BI) {
// Make sure the source doesn't change type
ConvertedTypes[Src] = Src->getType();
if (ValueConvertibleToType(CI, Src->getType(), ConvertedTypes, TD)) {
PRINT_PEEPHOLE3("CAST-DEST-EXPR-CONV:in ", *Src, *CI, *BB->getParent());
//PRINT_PEEPHOLE3("CAST-DEST-EXPR-CONV:in ", *Src, *CI,
// *BB->getParent());
DEBUG(std::cerr << "\nCONVERTING EXPR TYPE:\n");
{ // ValueMap must be destroyed before function verified!