Tab interferes with uniqueness.
authorJim Laskey <jlaskey@mac.com>
Mon, 6 Nov 2006 16:23:59 +0000 (16:23 +0000)
committerJim Laskey <jlaskey@mac.com>
Mon, 6 Nov 2006 16:23:59 +0000 (16:23 +0000)
NOTE: There doesn't seem to be consistency for whether a leading tab
is present in a section heading.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31475 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/DwarfWriter.cpp

index 1c33cd85f1e7cd6d9fac44a3646c5f8640a711b4..c18fb124496c154f36574ee892fd04dabbcae29e 100644 (file)
@@ -2678,7 +2678,7 @@ public:
       ConstructSubprogramDIEs();
       
       // Prime section data.
-      SectionMap.insert(std::string("\t") + TAI->getTextSection());
+      SectionMap.insert(TAI->getTextSection());
     }
   }