diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 70fe2a16798..6a28ac6a0c8 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -497,8 +497,8 @@ class DwarfDebug {    /// variables.    DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, DISubprogram SP); -  /// A helper function to check whether the DIE for a given Scope is going -  /// to be null. +  /// \brief A helper function to check whether the DIE for a given Scope is +  /// going to be null.    bool isLexicalScopeDIENull(LexicalScope *Scope);    /// \brief Construct new DW_TAG_lexical_block for this scope and  | 

