Skip to content

Commit 5309db1

Browse files
fabianmcggysit
andauthored
Update mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td
Co-authored-by: Tobias Gysi <[email protected]>
1 parent 9a26876 commit 5309db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Ptr/IR/PtrOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def Ptr_TypeOffsetOp : Pointer_Op<"type_offset", [Pure]> {
8282
$elementType attr-dict `:` type($result)
8383
}];
8484
let extraClassDeclaration = [{
85-
/// Returns the type offset according to `maybeLayout`. If `maybeLayout` is
85+
/// Returns the type offset according to `layout`. If `layout` is
8686
/// `nullopt` the nearest layout the op will be used for the computation.
8787
llvm::TypeSize getTypeSize(std::optional<DataLayout> layout = std::nullopt);
8888
}];

0 commit comments

Comments
 (0)