aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-19 18:37:01 +0000
committerChris Lattner <sabre@nondot.org>2010-01-19 18:37:01 +0000
commitf03ffd13f8f31fb8ead74b94eb2ef71b80ac7739 (patch)
treec755c2306f0e27a9e60ea7ee903b130160a16515 /lib/MC/MCAsmInfo.cpp
parente45ab8a0a90e4f3a59d8c38038ae3e495ee1fef3 (diff)
remove MAI::ZeroDirectiveSuffix, which is only used by MASM,
which we don't support anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r--lib/MC/MCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp
index 731ccf955b..cc03614157 100644
--- a/lib/MC/MCAsmInfo.cpp
+++ b/lib/MC/MCAsmInfo.cpp
@@ -37,7 +37,6 @@ MCAsmInfo::MCAsmInfo() {
AllowQuotesInName = false;
AllowNameToStartWithDigit = false;
ZeroDirective = "\t.zero\t";
- ZeroDirectiveSuffix = 0;
AsciiDirective = "\t.ascii\t";
AscizDirective = "\t.asciz\t";
Data8bitsDirective = "\t.byte\t";