From 5d1cf930df28c2a80643473ea9821d378ae9e1eb Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 21 Nov 2012 00:17:49 +0000 Subject: Update some comments. llvm-svn: 168400 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 5adf090b5ee..0582635a363 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -316,7 +316,8 @@ class DwarfDebug { // table for the same directory as DW_at_comp_dir. StringRef CompilationDir; - // A holder for the DarwinGDBCompat flag so that the compile unit can use it. + // Holders for the various debug information flags that we might need to + // have exposed. See accessor functions below for description. bool isDarwinGDBCompat; bool hasDwarfAccelTables; bool hasDwarfFission; -- cgit v1.2.3