1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix typo in docs

Patch by Alex Yursha.

Differential Revision: https://reviews.llvm.org/D45903

llvm-svn: 354203
This commit is contained in:
Dmitri Gribenko 2019-02-16 14:51:44 +00:00
parent 662ff1b052
commit e896a7ce80

View File

@ -2659,7 +2659,7 @@ Iterating over def-use & use-def chains
Frequently, we might have an instance of the ``Value`` class (`doxygen
<http://llvm.org/doxygen/classllvm_1_1Value.html>`__) and we want to determine
which ``User`` s use the ``Value``. The list of all ``User``\ s of a particular
which ``User``\ s use the ``Value``. The list of all ``User``\ s of a particular
``Value`` is called a *def-use* chain. For example, let's say we have a
``Function*`` named ``F`` to a particular function ``foo``. Finding all of the
instructions that *use* ``foo`` is as simple as iterating over the *def-use*