mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
Remove some debug output from tblgen. This fixes a test.
llvm-svn: 52177
This commit is contained in:
parent
b79081c161
commit
5e7a58339e
@ -666,8 +666,6 @@ Init *FieldInit::resolveReferences(Record &R, const RecordVal *RV) {
|
||||
}
|
||||
|
||||
if (NewRec != Rec) {
|
||||
dump();
|
||||
NewRec->dump(); cerr << "\n";
|
||||
return new FieldInit(NewRec, FieldName);
|
||||
}
|
||||
return this;
|
||||
|
Loading…
Reference in New Issue
Block a user