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 | f03ffd13f8f31fb8ead74b94eb2ef71b80ac7739 (patch) | |
tree | c755c2306f0e27a9e60ea7ee903b130160a16515 /lib/Target/X86/X86MCAsmInfo.cpp | |
parent | e45ab8a0a90e4f3a59d8c38038ae3e495ee1fef3 (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/Target/X86/X86MCAsmInfo.cpp')
-rw-r--r-- | lib/Target/X86/X86MCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86MCAsmInfo.cpp b/lib/Target/X86/X86MCAsmInfo.cpp index 9d7e66debb..001ce80728 100644 --- a/lib/Target/X86/X86MCAsmInfo.cpp +++ b/lib/Target/X86/X86MCAsmInfo.cpp @@ -109,7 +109,6 @@ X86WinMCAsmInfo::X86WinMCAsmInfo(const Triple &Triple) { PrivateGlobalPrefix = "$"; AlignDirective = "\tALIGN\t"; ZeroDirective = "\tdb\t"; - ZeroDirectiveSuffix = " dup(0)"; AsciiDirective = "\tdb\t"; AscizDirective = 0; Data8bitsDirective = "\tdb\t"; |