mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
turn off debug spew
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6fd326b7ff
commit
81d6d52592
@ -343,7 +343,7 @@ static void FactorNodes(OwningPtr<Matcher> &MatcherPtr) {
|
||||
if (Scan != e &&
|
||||
// Don't print it's obvious nothing extra could be merged anyway.
|
||||
Scan+1 != e) {
|
||||
/*DEBUG(*/errs() << "Couldn't merge this:\n";
|
||||
DEBUG(errs() << "Couldn't merge this:\n";
|
||||
Optn->print(errs(), 4);
|
||||
errs() << "into this:\n";
|
||||
OptionsToMatch[Scan]->print(errs(), 4);
|
||||
@ -351,7 +351,7 @@ static void FactorNodes(OwningPtr<Matcher> &MatcherPtr) {
|
||||
OptionsToMatch[Scan+1]->printOne(errs());
|
||||
if (Scan+2 < e)
|
||||
OptionsToMatch[Scan+2]->printOne(errs());
|
||||
errs() << "\n";
|
||||
errs() << "\n");
|
||||
}
|
||||
|
||||
// If we only found one option starting with this matcher, no factoring is
|
||||
|
Loading…
Reference in New Issue
Block a user