projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb093c8
)
AsmParser::getContext() - there can be only one. This should unbreak the build.
author
Chris Lattner
<clattner@nondot.org>
Thu, 30 Sep 2021 05:23:03 +0000
(22:23 -0700)
committer
Chris Lattner
<clattner@nondot.org>
Thu, 30 Sep 2021 05:23:03 +0000
(22:23 -0700)
mlir/lib/Parser/Parser.cpp
patch
|
blob
|
history
diff --git
a/mlir/lib/Parser/Parser.cpp
b/mlir/lib/Parser/Parser.cpp
index
fe9348a
..
881892d
100644
(file)
--- a/
mlir/lib/Parser/Parser.cpp
+++ b/
mlir/lib/Parser/Parser.cpp
@@
-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: