From e896a7ce80b49798b96d612987c030306490f513 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sat, 16 Feb 2019 14:51:44 +0000 Subject: [PATCH] Fix typo in docs Patch by Alex Yursha. Differential Revision: https://reviews.llvm.org/D45903 llvm-svn: 354203 --- docs/ProgrammersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index 2f89d9baa30..adb23bd5ac2 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -2659,7 +2659,7 @@ Iterating over def-use & use-def chains Frequently, we might have an instance of the ``Value`` class (`doxygen `__) 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*