mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-27 04:18:42 +00:00
remove some DOUTs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2094,12 +2094,12 @@ void DAGISelEmitter::run(raw_ostream &OS) {
|
||||
EmitNodeTransforms(OS);
|
||||
EmitPredicateFunctions(OS);
|
||||
|
||||
DOUT << "\n\nALL PATTERNS TO MATCH:\n\n";
|
||||
DEBUG(errs() << "\n\nALL PATTERNS TO MATCH:\n\n");
|
||||
for (CodeGenDAGPatterns::ptm_iterator I = CGP.ptm_begin(), E = CGP.ptm_end();
|
||||
I != E; ++I) {
|
||||
DOUT << "PATTERN: "; DEBUG(I->getSrcPattern()->dump());
|
||||
DOUT << "\nRESULT: "; DEBUG(I->getDstPattern()->dump());
|
||||
DOUT << "\n";
|
||||
DEBUG(errs() << "PATTERN: "; I->getSrcPattern()->dump());
|
||||
DEBUG(errs() << "\nRESULT: "; I->getDstPattern()->dump());
|
||||
DEBUG(errs() << "\n");
|
||||
}
|
||||
|
||||
// At this point, we have full information about the 'Patterns' we need to
|
||||
|
||||
Reference in New Issue
Block a user