Skip to content

Commit 71006c6

Browse files
committed
put the comma back
1 parent 3fde4ae commit 71006c6

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
@@ -541,7 +541,7 @@ def ConvertGpuOpsToLLVMSPVOps : Pass<"convert-gpu-to-llvm-spv", "gpu::GPUModuleO
541541
let options = [
542542
Option<"indexBitwidth", "index-bitwidth", "unsigned",
543543
/*default=kDeriveIndexBitwidthFromDataLayout*/"0",
544-
"Bitwidth of the index type, 0 to use size of machine word">
544+
"Bitwidth of the index type, 0 to use size of machine word">,
545545
];
546546
}
547547

0 commit comments

Comments
 (0)