Skip to content

Commit d11cfe5

Browse files
committed
Correct modular_format to modular-format in docs
1 parent 435ba35 commit d11cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@ For example:
26352635
This attribute indicates that outlining passes should not modify the
26362636
function.
26372637

2638-
``"modular_format"="<string_idx>,<first_idx_to_check>,<modular_impl_fn>,<impl_name>,<aspects...>"``
2638+
``"modular-format"="<string_idx>,<first_idx_to_check>,<modular_impl_fn>,<impl_name>,<aspects...>"``
26392639
This attribute indicates that the implementation is modular on a particular
26402640
format string argument . When the argument for a given call is constant, the
26412641
compiler may redirect the call to a modular implementation function

0 commit comments

Comments
 (0)