diff options
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Target/TargetAsmInfo.h | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h index 75a90538618..2efec329f30 100644 --- a/llvm/include/llvm/Target/TargetAsmInfo.h +++ b/llvm/include/llvm/Target/TargetAsmInfo.h @@ -198,10 +198,6 @@ namespace llvm {      /// directive for data sections.      const char *DataSectionStartSuffix;   // Defaults to "". -    /// SectionEndDirectiveSuffix - If non-null, the asm printer will close each -    /// section with the section name and this suffix printed. -    const char *SectionEndDirectiveSuffix;// Defaults to null. -          /// JumpTableDirective - if non-null, the directive to emit before a jump      /// table.      const char *JumpTableDirective; @@ -454,9 +450,6 @@ namespace llvm {      const char *getDataSectionStartSuffix() const {        return DataSectionStartSuffix;      } -    const char *getSectionEndDirectiveSuffix() const { -      return SectionEndDirectiveSuffix; -    }      const char *getGlobalDirective() const {        return GlobalDirective;      } | 

