diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-12-03 00:45:56 +0000 | 
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-12-03 00:45:56 +0000 | 
| commit | 44e66c13540bf28611296eb20d5aabbdc3d4a4fb (patch) | |
| tree | ee2e2b60485aa9a62c9dc607b07ca675c0e00fe0 | |
| parent | 77913e039c41548a2ed7539a0f7dd920ef9162cd (diff) | |
| download | bcm5719-llvm-44e66c13540bf28611296eb20d5aabbdc3d4a4fb.tar.gz bcm5719-llvm-44e66c13540bf28611296eb20d5aabbdc3d4a4fb.zip  | |
Update doxygen tags.
llvm-svn: 196180
| -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  | 

