Note that this can go away after the next LLVM merge.

This commit is contained in:
Chris Lattner 2021-09-21 09:47:30 -07:00
parent 9e58c585e8
commit bf377f964b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ enum class Delimiter {
/// Parse a paren-enclosed list of comma-separated items with an optional
/// delimiter. If a delimiter is provided, then an empty list is allowed.
/// TODO: Move into MLIR.
/// TODO(LLVM Merge): Replace with parser.parseCommaSeparatedList.
template <typename FnType>
static ParseResult parseCommaSeparatedList(OpAsmParser &parser,
Delimiter delimiter, FnType fn) {