aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-02-28 18:39:30 +0000
committerAnders Carlsson <andersca@mac.com>2010-02-28 18:39:30 +0000
commitf14e14f38ba3822f449eb5ed530d59a61e30f2cf (patch)
tree1edd0c2d29cfb6091f74c500f1820a5723013ca8 /lib/CodeGen
parentdad0f9918a1860cc1a9926d46cd0fb5d2abf174d (diff)
Remove debug output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97407 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/CGVtable.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp
index 881c86054e..e83a023815 100644
--- a/lib/CodeGen/CGVtable.cpp
+++ b/lib/CodeGen/CGVtable.cpp
@@ -1728,8 +1728,6 @@ VtableBuilder::LayoutPrimaryAndSecondaryVtables(BaseSubobject Base,
// Now go through all virtual member functions and add them.
PrimaryBasesSetVectorTy PrimaryBases;
- printf("adding methods, offset in layout class is %llu\n",
- OffsetInLayoutClass);
AddMethods(Base, Base, OffsetInLayoutClass, PrimaryBases);
// Compute 'this' pointer adjustments.