llvm-svn: 53291
This commit is contained in:
Anton Korobeynikov 2008-07-09 13:17:36 +00:00
parent 9e4ab5023a
commit aab504fb19
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ namespace llvm {
/// section flags either for given global or for section.
unsigned
SectionFlagsForGlobal(const GlobalValue *GV = NULL,
const char* name = NULL);
const char* name = NULL) const;
// Accessors.
//

View File

@ -194,7 +194,7 @@ TargetAsmInfo::SectionKindForGlobal(const GlobalValue *GV) const {
unsigned
TargetAsmInfo::SectionFlagsForGlobal(const GlobalValue *GV,
const char* name) {
const char* name) const {
unsigned flags = SectionFlags::None;
// Decode flags from global itself.