change SectionKindForGlobal from being a public (and
authorChris Lattner <sabre@nondot.org>
Fri, 24 Jul 2009 20:14:10 +0000 (20:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Jul 2009 20:14:10 +0000 (20:14 +0000)
commit0d4960c3caf64a4d83a237eaa55228c25a87bf2b
treed264199e73384fffe42ecc0b8bd88f45bb64e9f6
parent40efc251cd7a52dd2375ec95ee38b1be4572178f
change SectionKindForGlobal from being a public (and
previously virtual) function to being a static function
in the .cpp file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76997 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/Target/TargetAsmInfo.cpp