[llvm-commits] [llvm] r53324 - /llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Wed Jul 9 06:30:03 PDT 2008


Author: asl
Date: Wed Jul  9 08:30:02 2008
New Revision: 53324

URL: http://llvm.org/viewvc/llvm-project?rev=53324&view=rev
Log:
Add FIXME needed to be resolved later

Modified:
    llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp

Modified: llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp?rev=53324&r1=53323&r2=53324&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp Wed Jul  9 08:30:02 2008
@@ -157,6 +157,7 @@
   }
   ReadOnlySection = "\t.const\n";
   ReadOnlySection_ = getUnnamedSection("\t.const\n", SectionFlags::None);
+  // FIXME: These should be named sections, really.
   TextCoalSection =
   getUnnamedSection(".section __TEXT,__textcoal_nt,coalesced,pure_instructions",
                     SectionFlags::Code);





More information about the llvm-commits mailing list