From: Matthijs Kooijman Date: Tue, 10 Jun 2008 14:53:49 +0000 (+0000) Subject: Remove some debug output from tblgen. This fixes a test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d3979a51eebd876526620654e2cf02345cbb8c36;p=oota-llvm.git Remove some debug output from tblgen. This fixes a test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52177 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp index 3225c3cdcb0..06d9bf236d3 100644 --- a/utils/TableGen/Record.cpp +++ b/utils/TableGen/Record.cpp @@ -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;