Skip to content

Commit c8ce9c2

Browse files
committedFeb 16, 2019
Fix typo in docs
Patch by Alex Yursha. Differential Revision: https://reviews.llvm.org/D45903 llvm-svn: 354203
1 parent 913f07a commit c8ce9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/docs/ProgrammersManual.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2659,7 +2659,7 @@ Iterating over def-use & use-def chains
26592659

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

0 commit comments

Comments
 (0)
Please sign in to comment.