diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-04 20:09:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-04 20:09:41 +0000 |
| commit | 16dc0cd8a23ae0e44a6963a77e5c2ead873ff83c (patch) | |
| tree | d0a9bb5e4e98a454d9f66ae3e8831c55fa2b4398 /llvm/include | |
| parent | f465f06aa4fb501bf5f4b3130e411f0a591953ae (diff) | |
| download | bcm5719-llvm-16dc0cd8a23ae0e44a6963a77e5c2ead873ff83c.tar.gz bcm5719-llvm-16dc0cd8a23ae0e44a6963a77e5c2ead873ff83c.zip | |
rip out SectionEndDirectiveSuffix support, only uses by
the masm backend. If anyone cares about masm in the future,
we'll have semantic sections it can hang off of.
llvm-svn: 78096
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; } |

