[llvm-commits] [llvm] r52177 - /llvm/trunk/utils/TableGen/Record.cpp
Matthijs Kooijman
matthijs at stdin.nl
Tue Jun 10 07:53:49 PDT 2008
Author: matthijs
Date: Tue Jun 10 09:53:49 2008
New Revision: 52177
URL: http://llvm.org/viewvc/llvm-project?rev=52177&view=rev
Log:
Remove some debug output from tblgen. This fixes a test.
Modified:
llvm/trunk/utils/TableGen/Record.cpp
Modified: llvm/trunk/utils/TableGen/Record.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/Record.cpp?rev=52177&r1=52176&r2=52177&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/Record.cpp (original)
+++ llvm/trunk/utils/TableGen/Record.cpp Tue Jun 10 09:53:49 2008
@@ -666,8 +666,6 @@
}
if (NewRec != Rec) {
- dump();
- NewRec->dump(); cerr << "\n";
return new FieldInit(NewRec, FieldName);
}
return this;
More information about the llvm-commits
mailing list