summaryrefslogtreecommitdiff
path: root/toyc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toyc.cpp')
-rw-r--r--toyc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/toyc.cpp b/toyc.cpp
index 6c50191..506a141 100644
--- a/toyc.cpp
+++ b/toyc.cpp
@@ -297,9 +297,6 @@ int dumpAST() {
int main(int argc, char **argv) {
// Register our Dialects with MLIR
- mlir::registerDialect<ToyDialect>();
- mlir::registerDialect<linalg::LinalgDialect>();
-
mlir::registerPassManagerCLOptions();
cl::ParseCommandLineOptions(argc, argv, "toy compiler\n");