aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-03-12 04:55:20 +0000
committerAnders Carlsson <andersca@mac.com>2010-03-12 04:55:20 +0000
commitae936d5b68b73f47fa7abf23b871218bf2dab3cb (patch)
tree870c41afa42816ca00519e8445a8fab271a5babe /lib/CodeGen/CGVtable.cpp
parentdd366815ab9562f3598184ff4b38b67fe50b7eb7 (diff)
Remove debug output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r--lib/CodeGen/CGVtable.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp
index 786434154e..889cb0a0d7 100644
--- a/lib/CodeGen/CGVtable.cpp
+++ b/lib/CodeGen/CGVtable.cpp
@@ -1739,9 +1739,6 @@ VtableBuilder::AddMethods(BaseSubobject Base, uint64_t BaseOffsetInLayoutClass,
}
}
- printf("method info for (%s, %llu)\n",
- MD->getQualifiedNameAsString().c_str(),
- Base.getBaseOffset() / 8);
// Insert the method info for this method.
MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass,
Components.size());