diff options
author | Anders Carlsson <andersca@mac.com> | 2010-03-12 04:55:20 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-03-12 04:55:20 +0000 |
commit | 2b2b8f194978362d99b8d2ed965bffdd211b92b9 (patch) | |
tree | f6b69287b53aeef7afb7ebf61f71b00723396fda | |
parent | 8a2402989d5bfaa8d9651f356c3309e22829edc8 (diff) | |
download | bcm5719-llvm-2b2b8f194978362d99b8d2ed965bffdd211b92b9.tar.gz bcm5719-llvm-2b2b8f194978362d99b8d2ed965bffdd211b92b9.zip |
Remove debug output.
llvm-svn: 98330
-rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index 786434154e5..889cb0a0d7a 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/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()); |