mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Constify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
beb9d40900
commit
8cc948d228
@ -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.
|
||||
//
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user