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

View File

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