aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.cpp
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 14:53:49 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 14:53:49 +0000
commit335d7069be20bfd32875533d017b1fa4646ee62c (patch)
tree3357fbcab032fe11cf0ba98db89177f57bc3af03 /utils/TableGen/Record.cpp
parentb0bf82dc672b7afa3b72710a374a728b157bd5f0 (diff)
downloadexternal_llvm-335d7069be20bfd32875533d017b1fa4646ee62c.zip
external_llvm-335d7069be20bfd32875533d017b1fa4646ee62c.tar.gz
external_llvm-335d7069be20bfd32875533d017b1fa4646ee62c.tar.bz2
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
Diffstat (limited to 'utils/TableGen/Record.cpp')
-rw-r--r--utils/TableGen/Record.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/Record.cpp b/utils/TableGen/Record.cpp
index 3225c3c..06d9bf2 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;