diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 02b984ebf6f..07f5a8592b4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -76,6 +76,9 @@ class CompileUnit { StringMap GlobalTypes; /// AccelNames - A map of names for the name accelerator table. + /// AccelObjC - A map of objc spec for the objc accelerator table. + /// AccelNamespace - A map of names for the namespace accelerator table. + /// AccelTypes - A map of names for the type accelerator table. /// StringMap > AccelNames; StringMap > AccelObjC;