summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-25 07:29:13 +0000
committerChris Lattner <sabre@nondot.org>2010-01-25 07:29:13 +0000
commit0375d2fbe7ed468a89c6dc5dc5dca4dd4ae53420 (patch)
treea24750cc960d4ac15197fa0138d12a314efc00b7 /llvm/lib/MC/MCAsmInfo.cpp
parent48536010fbd2192a803f682e61ed99c9bcfbb95c (diff)
downloadbcm5719-llvm-0375d2fbe7ed468a89c6dc5dc5dca4dd4ae53420.tar.gz
bcm5719-llvm-0375d2fbe7ed468a89c6dc5dc5dca4dd4ae53420.zip
all supported target now have aligned common support.
llvm-svn: 94413
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index 547f904d70f..c0ca7e9df9f 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -53,7 +53,6 @@ MCAsmInfo::MCAsmInfo() {
GlobalDirective = "\t.globl\t";
SetDirective = 0;
HasLCOMMDirective = false;
- COMMDirectiveTakesAlignment = true;
HasDotTypeDotSizeDirective = true;
HasSingleParameterDotFile = true;
HasNoDeadStrip = false;
OpenPOWER on IntegriCloud