Get rid of duplicate char*/Section* TextSection

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov
2008-09-24 22:15:21 +00:00
parent c25e1ea5e9
commit d7ca416d6c
10 changed files with 24 additions and 27 deletions

View File

@@ -82,7 +82,7 @@ DarwinTargetAsmInfo::SelectSectionForGlobal(const GlobalValue *GV) const {
if (isWeak)
return TextCoalSection;
else
return getTextSection_();
return getTextSection();
case SectionKind::Data:
case SectionKind::ThreadData:
case SectionKind::BSS: