Skip to content

Commit 129b1a4

Browse files
committed
Correct modular_format to modular-format in docs
1 parent c0c98c2 commit 129b1a4

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
@@ -2742,7 +2742,7 @@ For example:
27422742
This attribute indicates that outlining passes should not modify the
27432743
function.
27442744

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

0 commit comments

Comments
 (0)