match gcc, makes diff easier
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 27 May 2005 03:39:30 +0000 (03:39 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 27 May 2005 03:39:30 +0000 (03:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22179 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaAsmPrinter.cpp

index 4bf7b56e7c98d34b35ac1f0e1f413110d6b8f9a2..a2f97d75c3c693a3ba5ffca012806b303bcc170f 100644 (file)
@@ -184,8 +184,8 @@ bool AlphaAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
   // 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";