forked from OSchip/llvm-project
Remove FIXME comment about WIP.
This is the only line other than the function signature remaining of the original patch. llvm-svn: 335208
This commit is contained in:
parent
76cfef46f3
commit
12e221d9b9
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue