diff options
| author | Eric Christopher <echristo@gmail.com> | 2018-06-21 07:15:19 +0000 | 
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2018-06-21 07:15:19 +0000 | 
| commit | 12e221d9b90d667e6a62e13809782871a17d1366 (patch) | |
| tree | a943aa05e463bf0bac39dd84a849e0d2765137c9 /llvm/lib/MC/MCParser | |
| parent | 76cfef46f3befef4f150a701b9f8b08a5046ec95 (diff) | |
| download | bcm5719-llvm-12e221d9b90d667e6a62e13809782871a17d1366.tar.gz bcm5719-llvm-12e221d9b90d667e6a62e13809782871a17d1366.zip  | |
Remove FIXME comment about WIP.
This is the only line other than the function signature remaining
of the original patch.
llvm-svn: 335208
Diffstat (limited to 'llvm/lib/MC/MCParser')
| -rw-r--r-- | llvm/lib/MC/MCParser/ELFAsmParser.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCParser/ELFAsmParser.cpp b/llvm/lib/MC/MCParser/ELFAsmParser.cpp index 5194e8a29b8..dc5b0e0d031 100644 --- a/llvm/lib/MC/MCParser/ELFAsmParser.cpp +++ b/llvm/lib/MC/MCParser/ELFAsmParser.cpp @@ -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);  }  | 

