summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/ELFAsmParser.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-06-21 07:15:19 +0000
committerEric Christopher <echristo@gmail.com>2018-06-21 07:15:19 +0000
commit12e221d9b90d667e6a62e13809782871a17d1366 (patch)
treea943aa05e463bf0bac39dd84a849e0d2765137c9 /llvm/lib/MC/MCParser/ELFAsmParser.cpp
parent76cfef46f3befef4f150a701b9f8b08a5046ec95 (diff)
downloadbcm5719-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/ELFAsmParser.cpp')
-rw-r--r--llvm/lib/MC/MCParser/ELFAsmParser.cpp1
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);
}
OpenPOWER on IntegriCloud