diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-05-20 23:28:48 +0000 | 
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-05-20 23:28:48 +0000 | 
| commit | 744668d5af52943c9499bbcde358b59fe937792f (patch) | |
| tree | 8f496a4dd2793c0755685dae2216df3f31e9c3b3 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | bcad77a8d5b157d0f16ba4c903f2dea418df13da (diff) | |
| download | bcm5719-llvm-744668d5af52943c9499bbcde358b59fe937792f.tar.gz bcm5719-llvm-744668d5af52943c9499bbcde358b59fe937792f.zip  | |
Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.
llvm-svn: 72197
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index d81ebbf5075..98245661985 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -355,12 +355,8 @@ class VISIBILITY_HIDDEN DwarfDebug : public Dwarf {    /// ConstructFunctionDbgScope - Construct the scope for the subprogram.    /// -  void ConstructFunctionDbgScope(DbgScope *RootScope); - -  /// ConstructFunctionDbgScope - Construct the scope for the abstract debug -  /// scope. -  /// -  void ConstructAbstractDbgScope(DbgScope *AbsScope); +  void ConstructFunctionDbgScope(DbgScope *RootScope, +                                 bool AbstractScope = false);    /// ConstructDefaultDbgScope - Construct a default scope for the subprogram.    ///  | 

