diff options
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 22b58bf..20bd811 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -8904,7 +8904,7 @@ that may set ``errno``, allowing optimizations such as store-to-load forwarding across such routines. For example, the following is a valid metadata specifying the TBAA information -for an integer access: +for an integer access:: !llvm.errno.tbaa = !{!0} !0 = !{!1, !1, i64 0} |