aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-06-25 22:36:02 +0000
committerDevang Patel <dpatel@apple.com>2009-06-25 22:36:02 +0000
commit208622db8a3f1d796bfaf61f8d4f41b6613a71bd (patch)
tree7946a916a00d45c91afb890bac3dc6812b8063a6 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent9e03cbefc5b3b8772a18d9bd25593ce62137ac85 (diff)
downloadexternal_llvm-208622db8a3f1d796bfaf61f8d4f41b6613a71bd.zip
external_llvm-208622db8a3f1d796bfaf61f8d4f41b6613a71bd.tar.gz
external_llvm-208622db8a3f1d796bfaf61f8d4f41b6613a71bd.tar.bz2
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 9824566..5bd666d 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/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.
///