diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-25 07:29:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-25 07:29:13 +0000 |
commit | 6559d7688e24e204af273a1e1252639320a7b309 (patch) | |
tree | aca5870596a7ff9c05125025e01e16a6f557ffae /lib/MC/MCAsmInfo.cpp | |
parent | d960d3ae79fd169a90f16e0f218cff7d9d9604e8 (diff) |
all supported target now have aligned common support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 547f904d70..c0ca7e9df9 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/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; |