[cfe-commits] r98330 - /cfe/trunk/lib/CodeGen/CGVtable.cpp
Anders Carlsson
andersca at mac.com
Thu Mar 11 20:55:20 PST 2010
Author: andersca
Date: Thu Mar 11 22:55:20 2010
New Revision: 98330
URL: http://llvm.org/viewvc/llvm-project?rev=98330&view=rev
Log:
Remove debug output.
Modified:
cfe/trunk/lib/CodeGen/CGVtable.cpp
Modified: cfe/trunk/lib/CodeGen/CGVtable.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGVtable.cpp?rev=98330&r1=98329&r2=98330&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGVtable.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGVtable.cpp Thu Mar 11 22:55:20 2010
@@ -1739,9 +1739,6 @@
}
}
- 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());
More information about the cfe-commits
mailing list