From 235aeef9e19eb8dacffab088f5cf789422fced60 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Mon, 6 Nov 2006 16:23:59 +0000 Subject: Tab interferes with uniqueness. NOTE: There doesn't seem to be consistency for whether a leading tab is present in a section heading. llvm-svn: 31475 --- llvm/lib/CodeGen/DwarfWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 1c33cd85f1e..c18fb124496 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -2678,7 +2678,7 @@ public: ConstructSubprogramDIEs(); // Prime section data. - SectionMap.insert(std::string("\t") + TAI->getTextSection()); + SectionMap.insert(TAI->getTextSection()); } } -- cgit v1.2.3