From: Chris Lattner Date: Sun, 24 Jan 2010 20:53:12 +0000 (+0000) Subject: don't reset the default. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=843cf187f7aa8f321b735c7b3ba8427b7788f5ab;p=oota-llvm.git don't reset the default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94380 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/SystemZMCAsmInfo.cpp b/lib/Target/SystemZ/SystemZMCAsmInfo.cpp index ba392bb4d55..52d4d5149c6 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";