Skip to content

Commit fd000c8

Browse files
revert formatting changes
1 parent e8d557f commit fd000c8

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
@@ -4116,7 +4116,7 @@ def CIR_PrefetchOp : CIR_Op<"prefetch"> {
41164116
$locality is a temporal locality specifier ranging from (0) - no locality,
41174117
to (3) - extremely local, keep in cache. If $locality is not present, the
41184118
default value is 3.
4119-
4119+
41204120
$isWrite specifies whether the prefetch is for a 'read' or 'write'. If
41214121
$isWrite is not specified, it means that prefetch is prepared for 'read'.
41224122
}];

0 commit comments

Comments
 (0)