Skip to content

Commit 1d01a84

Browse files
[LangRef] Indent literal block properly (NFC)
1 parent f61789f commit 1d01a84

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)