Add a note
authorChris Lattner <sabre@nondot.org>
Tue, 12 Jul 2005 02:35:36 +0000 (02:35 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Jul 2005 02:35:36 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22390 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ATTAsmPrinter.cpp

index 39a82ad4fe68f4120471cbd6325b5d900519b6cb..bb606f1ce724eb6a50ba16e1e99623785f1bed98 100755 (executable)
@@ -33,7 +33,7 @@ bool X86ATTAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
 
   // Print out labels for the function.
   O << "\t.text\n";
-  emitAlignment(4);
+  emitAlignment(4);     // FIXME: This should be parameterized somewhere.
   O << "\t.globl\t" << CurrentFnName << "\n";
   if (!forCygwin && !forDarwin)
     O << "\t.type\t" << CurrentFnName << ", @function\n";