don't reset the default.
authorChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 20:53:12 +0000 (20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 20:53:12 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94380 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SystemZ/SystemZMCAsmInfo.cpp

index ba392bb4d558df2c8ae74408d0a7712685d8ba01..52d4d5149c6d828ea3e0ae8d63075e1504a62f61 100644 (file)
@@ -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";