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
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 1c33cd8..c18fb12 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -2678,7 +2678,7 @@
       ConstructSubprogramDIEs();
       
       // Prime section data.
-      SectionMap.insert(std::string("\t") + TAI->getTextSection());
+      SectionMap.insert(TAI->getTextSection());
     }
   }