Skip to content

Commit cf7ab5e

Browse files
committed
Correct modular_format to modular-format in docs
1 parent 33420fc commit cf7ab5e

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
@@ -2747,7 +2747,7 @@ For example:
27472747
all arguments are not undef and not poison. Otherwise, it is undefined
27482748
behavior.
27492749

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

0 commit comments

Comments
 (0)