Skip to content

Commit d715629

Browse files
committed
fix build issue
1 parent c48ae9f commit d715629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/sql/Dialect.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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;
1414
using namespace mlir::sql;
1515

1616
//===----------------------------------------------------------------------===//
17-
// Polygeist dialect.
17+
// SQL dialect.
1818
//===----------------------------------------------------------------------===//
1919

2020
void SQLDialect::initialize() {

lib/sql/Ops.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)