From 0781257b2a8d544abdcce38824a9b8288a04800d Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sat, 27 Apr 2019 19:05:25 -0600 Subject: Split toy dialect using static registration --- toyc.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'toyc.cpp') 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(); - mlir::registerDialect(); - mlir::registerPassManagerCLOptions(); cl::ParseCommandLineOptions(argc, argv, "toy compiler\n"); -- cgit v1.2.3-70-g09d2