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)
commit26aff56462967694e3d5aac9cef035b581a8ebf0
treec0efe0f78f1d734d83fefce48e25311186398307
parentd9baf6aed8e63a77cfa7dbf92c7a7a02d896244a
Remove SectionKind::Small*.  This was only used on mips, and is apparently
a sad mistake that is regretted. :)

llvm-svn: 76935
llvm/include/llvm/Target/TargetAsmInfo.h
llvm/lib/Target/ELFTargetAsmInfo.cpp
llvm/lib/Target/Mips/MipsTargetAsmInfo.cpp
llvm/lib/Target/Mips/MipsTargetAsmInfo.h
llvm/lib/Target/TargetAsmInfo.cpp
llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll [deleted file]