From: Chris Lattner Date: Wed, 22 Jul 2009 00:30:39 +0000 (+0000) Subject: don't set the small flag yet. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2804616ba38e7066aac76c83e181589f9f9cc372;p=oota-llvm.git don't set the small flag yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76706 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ELFTargetAsmInfo.cpp b/lib/Target/ELFTargetAsmInfo.cpp index fe006a3c607..e33ae423ac1 100644 --- a/lib/Target/ELFTargetAsmInfo.cpp +++ b/lib/Target/ELFTargetAsmInfo.cpp @@ -157,8 +157,7 @@ ELFTargetAsmInfo::getSectionForMergableConstant(uint64_t Size, if (SecName) return getNamedSection(SecName, - SectionFlags::setEntitySize(SectionFlags::Mergeable| - SectionFlags::Small, + SectionFlags::setEntitySize(SectionFlags::Mergeable, Size)); return getReadOnlySection(); // .rodata