summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-04 18:39:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-04 18:39:51 +0000
commit7cbbd28c6784dd78a6c5bb9390b11e74135277ed (patch)
treef0c0b453da63afb22a1c761bc783f035b042152b /llvm/lib/MC/MCAsmInfo.cpp
parent7b5149697539b009da398b121e9ecb675dbcc9a7 (diff)
downloadbcm5719-llvm-7cbbd28c6784dd78a6c5bb9390b11e74135277ed.tar.gz
bcm5719-llvm-7cbbd28c6784dd78a6c5bb9390b11e74135277ed.zip
Every target uses .align. Simplify.
llvm-svn: 200782
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 e43b80923c1..7ece2729a92 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -58,7 +58,6 @@ MCAsmInfo::MCAsmInfo() {
Data64bitsDirective = "\t.quad\t";
SunStyleELFSectionSwitchSyntax = false;
UsesELFSectionDirectiveForBSS = false;
- AlignDirective = "\t.align\t";
AlignmentIsInBytes = true;
TextAlignFillValue = 0;
GPRel64Directive = 0;
OpenPOWER on IntegriCloud