Skip to content

Commit 49efd76

Browse files
committed
Remove trailing comma.
1 parent 6809320 commit 49efd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Conversion/Passes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ def ConvertVectorToXeGPU : Pass<"convert-vector-to-xegpu"> {
15011501

15021502
def ConvertXeVMToLLVMPass : Pass<"convert-xevm-to-llvm"> {
15031503
let summary = "Convert XeVM to LLVM dialect";
1504-
let dependentDialects = ["LLVM::LLVMDialect", ];
1504+
let dependentDialects = ["LLVM::LLVMDialect"];
15051505
}
15061506

15071507
#endif // MLIR_CONVERSION_PASSES

0 commit comments

Comments
 (0)