Tab interferes with uniqueness.

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
This commit is contained in:
Jim Laskey 2006-11-06 16:23:59 +00:00
parent 84ca10f47b
commit f910a3ff0f

View File

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