Remove some debug output from tblgen. This fixes a test.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 14:53:49 +0000 (14:53 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 14:53:49 +0000 (14:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52177 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/Record.cpp

index 3225c3cdcb0503f11f82081aa8575d93c3ec1ff6..06d9bf236d35b1b9f6e61361696b5f54d8ebf30f 100644 (file)
@@ -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;