mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
eliminate the "Value" printing methods that print to a std::ostream.
This required converting a bunch of stuff off DOUT and other cleanups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -273,7 +273,7 @@ void TailDup::eliminateUnconditionalBranch(BranchInst *Branch) {
|
||||
// Remove from DestBlock, move right before the term in DomBlock.
|
||||
DestBlock->getInstList().remove(I);
|
||||
DomBlock->getInstList().insert(DomBlock->getTerminator(), I);
|
||||
DOUT << "Hoisted: " << *I;
|
||||
DEBUG(errs() << "Hoisted: " << *I);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user