Skip to content

Commit 7b513b7

Browse files
[SYCL-MLIR] Fix merge in #8764 (#8817)
``` mlir-sycl/lib/Conversion/SYCLToLLVM/SYCLToLLVM.cpp:2185:31: error: redeclaration of using declaration ConvertSYCLToLLVMPass>::ConvertSYCLToLLVMBase; ~~~~~~~~~~~~~~~~~~~~~~~~^ mlir-sycl/lib/Conversion/SYCLToLLVM/SYCLToLLVM.cpp:2181:15: note: previous using declaration using Base::Base; ^ ``` Signed-off-by: Tsang, Whitney <whitney.tsang@intel.com>
1 parent d408cb1 commit 7b513b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir-sycl/lib/Conversion/SYCLToLLVM/SYCLToLLVM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,8 +2178,6 @@ void mlir::populateSYCLToLLVMConversionPatterns(
21782178
namespace {
21792179
class ConvertSYCLToLLVMPass
21802180
: public impl::ConvertSYCLToLLVMBase<ConvertSYCLToLLVMPass> {
2181-
using Base::Base;
2182-
21832181
public:
21842182
using impl::ConvertSYCLToLLVMBase<
21852183
ConvertSYCLToLLVMPass>::ConvertSYCLToLLVMBase;

0 commit comments

Comments
 (0)