summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-25 07:23:14 +0000
committerChris Lattner <sabre@nondot.org>2010-01-25 07:23:14 +0000
commit1588f18453b2b2803cce2a62a91e1fb685e4000e (patch)
tree62d0784a25a2614c15c86829f1d700ce7aa84a38 /llvm/lib
parent9f7667e4ad6a8c9446a175316d69b20ea8945c00 (diff)
downloadbcm5719-llvm-1588f18453b2b2803cce2a62a91e1fb685e4000e.tar.gz
bcm5719-llvm-1588f18453b2b2803cce2a62a91e1fb685e4000e.zip
don't set value to its default.
llvm-svn: 94411
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MipsMCAsmInfo.cpp1
-rw-r--r--llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp b/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp
index 60ef1c9e4fe..2fa276298e5 100644
--- a/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp
+++ b/llvm/lib/Target/Mips/MipsMCAsmInfo.cpp
@@ -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;
diff --git a/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp b/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
index b67537c1788..923181d7e44 100644
--- a/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
+++ b/llvm/lib/Target/Sparc/SparcMCAsmInfo.cpp
@@ -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;
OpenPOWER on IntegriCloud