simplify getSectionForMergableConstant to take a SectionKind.
authorChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 06:26:55 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 06:26:55 +0000 (06:26 +0000)
commit5c2f789952ff315021afb10381f141f2ac3b1a6b
tree2ae0bbd9bc6de6fa917533c7992c7b7d69054f8f
parentf15327290e624472a7565ac5d022767a78912ab6
simplify getSectionForMergableConstant to take a SectionKind.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77134 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/DarwinTargetAsmInfo.h
include/llvm/Target/ELFTargetAsmInfo.h
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/ELFWriter.cpp
lib/Target/DarwinTargetAsmInfo.cpp
lib/Target/ELFTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp