Skip to content

Commit 874d4af

Browse files
Automerge: [LangRef] Indent literal block properly (NFC)
2 parents 2e4cb3d + 1d01a84 commit 874d4af

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
@@ -8904,7 +8904,7 @@ that may set ``errno``, allowing optimizations such as store-to-load forwarding
89048904
across such routines.
89058905

89068906
For example, the following is a valid metadata specifying the TBAA information
8907-
for an integer access:
8907+
for an integer access::
89088908

89098909
!llvm.errno.tbaa = !{!0}
89108910
!0 = !{!1, !1, i64 0}

0 commit comments

Comments
 (0)