Skip to content

Commit c9c5ef3

Browse files
committed
Correct modular_format to modular-format in docs
1 parent 44e2410 commit c9c5ef3

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
@@ -2620,7 +2620,7 @@ For example:
26202620
This attribute indicates that outlining passes should not modify the
26212621
function.
26222622

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

0 commit comments

Comments
 (0)