make SectionFlagsForGlobal a private static function instead of a public
authorChris Lattner <sabre@nondot.org>
Fri, 24 Jul 2009 16:46:50 +0000 (16:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Jul 2009 16:46:50 +0000 (16:46 +0000)
commit8adc547a91b423472148877ca5a4b5b5a0fd2f64
tree7d4dadb8b31586f33ded6226d860b600c06fa47d
parent104bbd10e497a5bcae7d03813d5a838c8cec23d3
make SectionFlagsForGlobal a private static function instead of a public
virtual one.

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