forked from OSchip/llvm-project
AsmParser::getContext() - there can be only one. This should unbreak the build.
This commit is contained in:
parent
fb093c8314
commit
d104db531e
|
@ -1093,8 +1093,6 @@ Operation *OperationParser::parseGenericOperation(Block *insertBlock,
|
|||
return op;
|
||||
}
|
||||
|
||||
MLIRContext *AsmParser::getContext() const { return getBuilder().getContext(); }
|
||||
|
||||
namespace {
|
||||
class CustomOpAsmParser : public AsmParserImpl<OpAsmParser> {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue