diff options
| author | Devang Patel <dpatel@apple.com> | 2009-06-25 22:36:02 +0000 | 
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-06-25 22:36:02 +0000 | 
| commit | 0c044ecdb0aab83cc92d296a0c9e6f7dae3d0549 (patch) | |
| tree | 171d7abd91e3df8ce287b4800c1d69e298f74a4d /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 02f3e84c5b91565f3b9c9c4793117276e38d6e4b (diff) | |
| download | bcm5719-llvm-0c044ecdb0aab83cc92d296a0c9e6f7dae3d0549.tar.gz bcm5719-llvm-0c044ecdb0aab83cc92d296a0c9e6f7dae3d0549.zip  | |
Simplify.
llvm-svn: 74215
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 98245661985..5bd666dabd1 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -486,15 +486,9 @@ public:    /// be emitted.    bool ShouldEmitDwarfDebug() const { return shouldEmit; } -  /// SetDebugInfo - Create global DIEs and emit initial debug info sections. -  /// This is inovked by the target AsmPrinter. -  void SetDebugInfo(MachineModuleInfo *mmi); -    /// BeginModule - Emit all Dwarf sections that should come prior to the    /// content. -  void BeginModule(Module *M) { -    this->M = M; -  } +  void BeginModule(Module *M, MachineModuleInfo *MMI);    /// EndModule - Emit all Dwarf sections that should come after the content.    ///  | 

