add a fixme
authorChris Lattner <sabre@nondot.org>
Mon, 10 Aug 2009 18:05:55 +0000 (18:05 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Aug 2009 18:05:55 +0000 (18:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78575 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/AsmParser.cpp

index 153cdde779a06523604e273fab185e1cf311ce68..6eb30c76fedbe3b4e156590c6e1df51a7bde6a6c 100644 (file)
@@ -723,6 +723,10 @@ bool AsmParser::ParseDirectiveDarwinSection() {
   return false;
 }
 
+/// ParseDirectiveSectionSwitch - 
+///
+/// FIXME! Many of these directives implicitly cause a ".align" directive to get
+/// emitted, we don't do this yet which can lead to subtle miscompiles.
 bool AsmParser::ParseDirectiveSectionSwitch(const char *Segment,
                                             const char *Section,
                                             unsigned TAA, unsigned StubSize) {