Improve LSR's dead-phi detection to handle use-def cycles
[oota-llvm.git] / 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;