the MinPad argument to PadToColumn only really makes sense to be 1,
[oota-llvm.git] / lib / Target / X86 / AsmPrinter / X86IntelAsmPrinter.cpp
index 00d0ddbcc6c062574d0ed8f1d1eeb7f189cfd0c1..afe5ad6ea4514575dd1d1a24a01c0d7d619e9cba 100644 (file)
@@ -524,7 +524,7 @@ void X86IntelAsmPrinter::PrintGlobalVariable(const GlobalVariable *GV) {
   
   O << name << ":";
   if (VerboseAsm)
-    O.PadToColumn(TAI->getCommentColumn(), 1);
+    O.PadToColumn(TAI->getCommentColumn());
     O << TAI->getCommentString()
     << " " << GV->getName();
   O << '\n';