coff also doesn't have a ReadOnlySection yet, (!)

llvm-svn: 77814
This commit is contained in:
Chris Lattner 2009-08-01 21:49:24 +00:00
parent bc3d5f5db0
commit 286326ed24
1 changed files with 0 additions and 3 deletions

View File

@ -675,9 +675,6 @@ SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
if (Kind.isText())
return getTextSection();
if (Kind.isReadOnly() && ReadOnlySection != 0)
return ReadOnlySection;
return getDataSection();
}