OSDN Git Service

Remove SectionKind::Small*. This was only used on mips, and is apparently
authorChris Lattner <sabre@nondot.org>
Fri, 24 Jul 2009 03:11:51 +0000 (03:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Jul 2009 03:11:51 +0000 (03:11 +0000)
commit013e6b63099eed7743150a57dd9eed6868b013d6
treec5c6727f2e3eb417aa206e297142a4c4e11f462b
parent865763bf80625aa3f06116335b067bf7ad76061c
Remove SectionKind::Small*.  This was only used on mips, and is apparently
a sad mistake that is regretted. :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76935 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/Target/ELFTargetAsmInfo.cpp
lib/Target/Mips/MipsTargetAsmInfo.cpp
lib/Target/Mips/MipsTargetAsmInfo.h
lib/Target/TargetAsmInfo.cpp
test/CodeGen/Mips/2008-07-15-SmallSection.ll [deleted file]