[cfe-commits] r97407 - /cfe/trunk/lib/CodeGen/CGVtable.cpp

Anders Carlsson andersca at mac.com
Sun Feb 28 10:39:30 PST 2010


Author: andersca
Date: Sun Feb 28 12:39:30 2010
New Revision: 97407

URL: http://llvm.org/viewvc/llvm-project?rev=97407&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=97407&r1=97406&r2=97407&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGVtable.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGVtable.cpp Sun Feb 28 12:39:30 2010
@@ -1728,8 +1728,6 @@
 
   // 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.





More information about the cfe-commits mailing list