From 819c4f365fe2bf9be75faafa667fb22366dabaf5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 Jul 2009 23:27:22 +0000 Subject: remove SectionFlags::Small: it is only used on Xcore, and we'll find a better solution for it in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76818 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/TargetAsmInfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Target/TargetAsmInfo.cpp') diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index a2fe4185e9..1af112c792 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -260,9 +260,8 @@ TargetAsmInfo::SectionFlagsForGlobal(const GlobalValue *GV, case SectionKind::SmallData: case SectionKind::SmallBSS: Flags |= SectionFlags::Writeable; - // FALLS THROUGH + break; case SectionKind::SmallROData: - Flags |= SectionFlags::Small; break; default: llvm_unreachable("Unexpected section kind!"); -- cgit v1.2.3-70-g09d2