MC: Change default comment column to 40 characters.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index 12d2fcbadc6efa9b8765f234d7dcbf40afb58248..f3f063f4e9f6370607da7f6e5d41ff2ab5545c3e 100644 (file)
@@ -25,7 +25,7 @@ MCAsmInfo::MCAsmInfo() {
   MaxInstLength = 4;
   PCSymbol = "$";
   SeparatorChar = ';';
-  CommentColumn = 60;
+  CommentColumn = 40;
   CommentString = "#";
   GlobalPrefix = "";
   PrivateGlobalPrefix = ".";
@@ -49,7 +49,7 @@ MCAsmInfo::MCAsmInfo() {
   TextAlignFillValue = 0;
   GPRel32Directive = 0;
   GlobalDirective = "\t.globl\t";
-  SetDirective = 0;
+  HasSetDirective = true;
   HasLCOMMDirective = false;
   COMMDirectiveAlignmentIsInBytes = true;
   HasDotTypeDotSizeDirective = true;