Reorder member function declarations to match source order.
authorEric Christopher <echristo@gmail.com>
Tue, 3 Dec 2013 00:45:54 +0000 (00:45 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 3 Dec 2013 00:45:54 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196179 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 351637cc02b974efd59e9e07144790a7972831ec..70fe2a16798936c56b3423969bbb79e75e80c279 100644 (file)
@@ -497,13 +497,14 @@ class DwarfDebug {
   /// variables.
   DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, DISubprogram SP);
 
-  /// \brief Construct new DW_TAG_lexical_block for this scope and
-  /// attach DW_AT_low_pc/DW_AT_high_pc labels.
-  DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
   /// 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
+  /// attach DW_AT_low_pc/DW_AT_high_pc labels.
+  DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
+
   /// \brief This scope represents inlined body of a function. Construct
   /// DIE to represent this concrete inlined copy of the function.
   DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);