match gcc, makes diff easier

llvm-svn: 22179
diff --git a/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp b/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
index 4bf7b56..a2f97d7 100644
--- a/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
+++ b/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
@@ -184,8 +184,8 @@
   // Print out labels for the function.
   SwitchSection(O, "text");
   emitAlignment(4);
-  O << "\t.globl\t" << CurrentFnName << "\n";
-  O << "\t.ent\t" << CurrentFnName << "\n";
+  O << "\t.globl " << CurrentFnName << "\n";
+  O << "\t.ent " << CurrentFnName << "\n";
 
   O << CurrentFnName << ":\n";