diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-19 18:37:01 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-19 18:37:01 +0000 |
| commit | 9c31b0c695f189a29e84c68b3cfc307fd17c268d (patch) | |
| tree | 219205e174d6a5511c240825371061ffcd62fc9e /llvm/include | |
| parent | 04770f2aa13bf1e2503a9737d1e4bdad3d721f1c (diff) | |
| download | bcm5719-llvm-9c31b0c695f189a29e84c68b3cfc307fd17c268d.tar.gz bcm5719-llvm-9c31b0c695f189a29e84c68b3cfc307fd17c268d.zip | |
remove MAI::ZeroDirectiveSuffix, which is only used by MASM,
which we don't support anymore.
llvm-svn: 93886
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/MC/MCAsmInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h index 82a47874aee..0be27530f27 100644 --- a/llvm/include/llvm/MC/MCAsmInfo.h +++ b/llvm/include/llvm/MC/MCAsmInfo.h @@ -113,7 +113,6 @@ namespace llvm { /// "\t.zero\t" and "\t.space\t". If this is set to null, the /// Data*bitsDirective's will be used to emit zero bytes. const char *ZeroDirective; // Defaults to "\t.zero\t" - const char *ZeroDirectiveSuffix; // Defaults to "" /// AsciiDirective - This directive allows emission of an ascii string with /// the standard C escape characters embedded into it. @@ -375,9 +374,6 @@ namespace llvm { const char *getZeroDirective() const { return ZeroDirective; } - const char *getZeroDirectiveSuffix() const { - return ZeroDirectiveSuffix; - } const char *getAsciiDirective() const { return AsciiDirective; } |

