alignment
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 4 Feb 2005 14:09:38 +0000 (14:09 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 4 Feb 2005 14:09:38 +0000 (14:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20028 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaAsmPrinter.cpp

index 216b30e11717aa0adabf3f15ac8e36d6046d42df..348453bb4d8d7e7c99f837292450a19172cc1c11 100644 (file)
@@ -37,8 +37,10 @@ namespace {
     unsigned LabelNumber;
  
      AlphaAsmPrinter(std::ostream &o, TargetMachine &tm) 
-       : AsmPrinter(o, tm), LabelNumber(0),  AlignmentIsInBytes(false)
-    { }
+       : AsmPrinter(o, tm), LabelNumber(0)
+    {
+      AlignmentIsInBytes = false;
+    }
 
     /// We name each basic block in a Function with a unique number, so
     /// that we can consistently refer to them later. This is cleared