File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // ===- PolygeistDialect .cpp - Polygeist dialect ---------------*- C++ -*-===//
1+ // ===- SQLDialect .cpp - SQL dialect ---------------*- C++ -*-===//
22//
33// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
@@ -14,7 +14,7 @@ using namespace mlir;
1414using namespace mlir ::sql;
1515
1616// ===----------------------------------------------------------------------===//
17- // Polygeist dialect.
17+ // SQL dialect.
1818// ===----------------------------------------------------------------------===//
1919
2020void SQLDialect::initialize () {
Original file line number Diff line number Diff line change 1- // ===- PolygeistOps .cpp - BFV dialect ops ---------------*- C++ -*-===//
1+ // ===- SQLOps .cpp - SQL dialect ops ---------------*- C++ -*-===//
22//
33// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments