summaryrefslogtreecommitdiff
path: root/utils
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
commitd3979a51eebd876526620654e2cf02345cbb8c36 (patch)
tree3357fbcab032fe11cf0ba98db89177f57bc3af03 /utils
parentb7e103ba41d264f48b1072ea8913bcd0b2f01bae (diff)
downloadllvm-d3979a51eebd876526620654e2cf02345cbb8c36.tar.gz
llvm-d3979a51eebd876526620654e2cf02345cbb8c36.tar.bz2
llvm-d3979a51eebd876526620654e2cf02345cbb8c36.tar.xz
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')
-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 3225c3cdcb..06d9bf236d 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;