Skip to content

Commit e8d557f

Browse files
revert formatting changes
1 parent 30e6801 commit e8d557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4150,7 +4150,7 @@ def CIR_ObjSizeOp : CIR_Op<"objsize", [Pure]> {
41504150
When the `min` attribute is present, the operation returns the minimum
41514151
guaranteed accessible size. When absent (max mode), it returns the maximum
41524152
possible object size. Corresponds to `llvm.objectsize`'s `min` argument.
4153-
4153+
41544154
The `dynamic` attribute determines if the value should be evaluated at
41554155
runtime. Corresponds to `llvm.objectsize`'s `dynamic` argument.
41564156

0 commit comments

Comments
 (0)