We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913f07a commit c8ce9c2Copy full SHA for c8ce9c2
llvm/docs/ProgrammersManual.rst
@@ -2659,7 +2659,7 @@ Iterating over def-use & use-def chains
2659
2660
Frequently, we might have an instance of the ``Value`` class (`doxygen
2661
<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
+which ``User``\ s use the ``Value``. The list of all ``User``\ s of a particular
2663
``Value`` is called a *def-use* chain. For example, let's say we have a
2664
``Function*`` named ``F`` to a particular function ``foo``. Finding all of the
2665
instructions that *use* ``foo`` is as simple as iterating over the *def-use*
0 commit comments