summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormingmingl <mingmingl@google.com>2024-05-28 14:33:04 -0700
committermingmingl <mingmingl@google.com>2024-05-28 14:33:04 -0700
commit2c87c4785ebe763d4c8654bb542d0d26f4c8b39b (patch)
treeec8fd8a1074065f8b74bbb68d17fb983f2b57cd3
parentaefda4cd3cef1adf2817ebaafedc580ca5c48900 (diff)
undo changes to clang/lib/CodeGen/CGVTbles.cppupstream/users/minglotus-6/spr/icpass
-rw-r--r--clang/lib/CodeGen/CGVTables.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGVTables.cpp b/clang/lib/CodeGen/CGVTables.cpp
index 6cf1c93134c3..8d9c22546b42 100644
--- a/clang/lib/CodeGen/CGVTables.cpp
+++ b/clang/lib/CodeGen/CGVTables.cpp
@@ -1344,9 +1344,7 @@ void CodeGenModule::EmitVTableTypeMetadata(const CXXRecordDecl *RD,
ArrayRef<VTableComponent> Comps = VTLayout.vtable_components();
for (auto AP : AddressPoints) {
- // llvm::errs() << VTable->getName() << "\n";
- // llvm::errs() << AP.Offset << "\t" << AP.TypeName << "\n";
- // Create type metadata for the address point.
+ // Create type metadata for the address point.
AddVTableTypeMetadata(VTable, ComponentWidth * AP.Offset, AP.Base);
// The class associated with each address point could also potentially be