don't set value to its default.
authorChris Lattner <sabre@nondot.org>
Mon, 25 Jan 2010 07:23:14 +0000 (07:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Jan 2010 07:23:14 +0000 (07:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94411 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsMCAsmInfo.cpp
lib/Target/Sparc/SparcMCAsmInfo.cpp

index 60ef1c9e4fef3569b2e2310266068ed51dcf3eb6..2fa276298e576c8640fd9854a91790c02458817b 100644 (file)
@@ -16,7 +16,6 @@ using namespace llvm;
 
 MipsMCAsmInfo::MipsMCAsmInfo(const Target &T, const StringRef &TT) {
   AlignmentIsInBytes          = false;
-  COMMDirectiveTakesAlignment = true;
   Data16bitsDirective         = "\t.half\t";
   Data32bitsDirective         = "\t.word\t";
   Data64bitsDirective         = 0;
index b67537c17881c36120c91aad250adc51f83223f5..923181d7e4439702c5925b8b0ca5fab5451f4aed 100644 (file)
@@ -21,7 +21,6 @@ SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Target &T, const StringRef &TT) {
   Data64bitsDirective = 0;  // .xword is only supported by V9.
   ZeroDirective = "\t.skip\t";
   CommentString = "!";
-  COMMDirectiveTakesAlignment = true;
   HasLEB128 = true;
   AbsoluteDebugSectionOffsets = true;
   SupportsDebugInformation = true;