Add FIXME needed to be resolved later

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53324 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index da95eae..ec98640 100644
--- a/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -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);