Skip to content

Commit 8bb14e8

Browse files
committed
Correct modular_format to modular-format in docs
1 parent 7d98564 commit 8bb14e8

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
@@ -2633,7 +2633,7 @@ For example:
26332633
This attribute indicates that outlining passes should not modify the
26342634
function.
26352635

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

0 commit comments

Comments
 (0)