OSDN Git Service

Remove FIXME comment about WIP.
authorEric Christopher <echristo@gmail.com>
Thu, 21 Jun 2018 07:15:19 +0000 (07:15 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 21 Jun 2018 07:15:19 +0000 (07:15 +0000)
This is the only line other than the function signature remaining
of the original patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335208 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCParser/ELFAsmParser.cpp

index 5194e8a..dc5b0e0 100644 (file)
@@ -382,7 +382,6 @@ bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) {
   return false;
 }
 
-// FIXME: This is a work in progress.
 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {
   return ParseSectionArguments(/*IsPush=*/false, loc);
 }