[llvm-commits] [llvm] r94380 - /llvm/trunk/lib/Target/SystemZ/SystemZMCAsmInfo.cpp

Chris Lattner sabre at nondot.org
Sun Jan 24 12:53:12 PST 2010


Author: lattner
Date: Sun Jan 24 14:53:12 2010
New Revision: 94380

URL: http://llvm.org/viewvc/llvm-project?rev=94380&view=rev
Log:
don't reset the default.

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZMCAsmInfo.cpp

Modified: llvm/trunk/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZMCAsmInfo.cpp?rev=94380&r1=94379&r2=94380&view=diff

==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZMCAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZMCAsmInfo.cpp Sun Jan 24 14:53:12 2010
@@ -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";





More information about the llvm-commits mailing list