mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b64ca1385a
commit
0e28d76696
@ -1213,7 +1213,7 @@ PATypeHolder LLParser::HandleUpRefs(const Type *ty) {
|
||||
|
||||
PATypeHolder Ty(ty);
|
||||
#if 0
|
||||
errs() << "Type '" << Ty->getDescription()
|
||||
dbgs() << "Type '" << Ty->getDescription()
|
||||
<< "' newly formed. Resolving upreferences.\n"
|
||||
<< UpRefs.size() << " upreferences active!\n";
|
||||
#endif
|
||||
@ -1231,7 +1231,7 @@ PATypeHolder LLParser::HandleUpRefs(const Type *ty) {
|
||||
UpRefs[i].LastContainedTy) != Ty->subtype_end();
|
||||
|
||||
#if 0
|
||||
errs() << " UR#" << i << " - TypeContains(" << Ty->getDescription() << ", "
|
||||
dbgs() << " UR#" << i << " - TypeContains(" << Ty->getDescription() << ", "
|
||||
<< UpRefs[i].LastContainedTy->getDescription() << ") = "
|
||||
<< (ContainsType ? "true" : "false")
|
||||
<< " level=" << UpRefs[i].NestingLevel << "\n";
|
||||
@ -1248,7 +1248,7 @@ PATypeHolder LLParser::HandleUpRefs(const Type *ty) {
|
||||
continue;
|
||||
|
||||
#if 0
|
||||
errs() << " * Resolving upreference for " << UpRefs[i].UpRefTy << "\n";
|
||||
dbgs() << " * Resolving upreference for " << UpRefs[i].UpRefTy << "\n";
|
||||
#endif
|
||||
if (!TypeToResolve)
|
||||
TypeToResolve = UpRefs[i].UpRefTy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user