diff options
Diffstat (limited to 'lib/Target/Mips/MipsTargetAsmInfo.h')
-rw-r--r-- | lib/Target/Mips/MipsTargetAsmInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/Mips/MipsTargetAsmInfo.h b/lib/Target/Mips/MipsTargetAsmInfo.h index 2b5a739e72..74bba10b23 100644 --- a/lib/Target/Mips/MipsTargetAsmInfo.h +++ b/lib/Target/Mips/MipsTargetAsmInfo.h @@ -34,12 +34,6 @@ namespace llvm { virtual SectionKind::Kind SectionKindForGlobal(const GlobalValue *GV) const; - /// SectionFlagsForGlobal - This hook allows the target to select proper - /// section flags either for given global or for section. - virtual unsigned - SectionFlagsForGlobal(const GlobalValue *GV = NULL, - const char* name = NULL) const; - virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const; private: |