File tree 2 files changed +3
-3
lines changed
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++ -*-===//
2
2
//
3
3
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
@@ -14,7 +14,7 @@ using namespace mlir;
14
14
using namespace mlir ::sql;
15
15
16
16
// ===----------------------------------------------------------------------===//
17
- // Polygeist dialect.
17
+ // SQL dialect.
18
18
// ===----------------------------------------------------------------------===//
19
19
20
20
void 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++ -*-===//
2
2
//
3
3
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments