Skip to content

Commit 6a0f9b5

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent d651899 commit 6a0f9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CalleeTypeMetadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ section in the object file. The ``!callee_type`` metadata is used
99
to identify the types of the intended callees of indirect call instructions. The ``!callee_type`` metadata is a
1010
list of one or more ``!type`` metadata objects (See :doc:`TypeMetadata`) with each ``!type`` metadata
1111
pointing to a callee's :ref:`type identifier <calleetype-type-identifier>`.
12-
LLVM's `control flow integrity`_ also uses the ``!type`` metadata in its implementation.
12+
LLVM's `Control Flow Integrity (CFI)`_ also uses the ``!type`` metadata in its implementation.
1313

14-
.. _Control Flow Integrity(CFI): https://clang.llvm.org/docs/ControlFlowIntegrity.html
14+
.. _Control Flow Integrity (CFI): https://clang.llvm.org/docs/ControlFlowIntegrity.html
1515

1616
.. _calleetype-type-identifier:
1717

0 commit comments

Comments
 (0)