summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 20:53:12 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 20:53:12 +0000
commit843cf187f7aa8f321b735c7b3ba8427b7788f5ab (patch)
tree9c683e665a995bc01c2a9903c97d952a6154d466 /lib/Target/SystemZ/SystemZMCAsmInfo.cpp
parent43b5f9312d56be400af031f7487a99b75b7b0f97 (diff)
downloadllvm-843cf187f7aa8f321b735c7b3ba8427b7788f5ab.tar.gz
llvm-843cf187f7aa8f321b735c7b3ba8427b7788f5ab.tar.bz2
llvm-843cf187f7aa8f321b735c7b3ba8427b7788f5ab.tar.xz
don't reset the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZMCAsmInfo.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZMCAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SystemZ/SystemZMCAsmInfo.cpp b/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
index ba392bb4d5..52d4d5149c 100644
--- a/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
+++ b/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
@@ -16,8 +16,6 @@
using namespace llvm;
SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, const StringRef &TT) {
- AlignmentIsInBytes = true;
-
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
SetDirective = "\t.set\t";