summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-09 00:00:15 +0000
committerChris Lattner <sabre@nondot.org>2010-03-09 00:00:15 +0000
commit4d728127fb7d056b86e771c12c5d23cfd6417ffb (patch)
tree7d099be4d942b3583470e630462f032c51b17361 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent9889c1eb9e566e06235c28c4dade5c5f266eb40d (diff)
downloadbcm5719-llvm-4d728127fb7d056b86e771c12c5d23cfd6417ffb.tar.gz
bcm5719-llvm-4d728127fb7d056b86e771c12c5d23cfd6417ffb.zip
now that the debug and eh emitters use a common .set counter,
we can eliminate "flavor". llvm-svn: 98011
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 9b50d91183f..2a1ff9ae8c8 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -288,7 +288,7 @@ DbgScope::~DbgScope() {
} // end llvm namespace
DwarfDebug::DwarfDebug(raw_ostream &OS, AsmPrinter *A, const MCAsmInfo *T)
- : DwarfPrinter(OS, A, T, "dbg"), ModuleCU(0),
+ : DwarfPrinter(OS, A, T), ModuleCU(0),
AbbreviationsSet(InitAbbreviationsSetSize), Abbreviations(),
DIEValues(), StringPool(),
SectionSourceLines(), didInitial(false), shouldEmit(false),
OpenPOWER on IntegriCloud