mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
This DEBUG is buggy. comment it out because it's not worth fixing. This
should go into 1.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af2f924757
commit
5e2e27284b
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user