summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-02-16 14:51:44 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2019-02-16 14:51:44 +0000
commitc8ce9c23c7d83b27c457475d2c96f38541c1c93c (patch)
treedda60ee3ae3e33bb5549f1e52020d4fe6f35397c /llvm/docs/ProgrammersManual.rst
parent913f07af6e467529ec2a10f6fe88042f461ee330 (diff)
downloadbcm5719-llvm-c8ce9c23c7d83b27c457475d2c96f38541c1c93c.tar.gz
bcm5719-llvm-c8ce9c23c7d83b27c457475d2c96f38541c1c93c.zip
Fix typo in docs
Patch by Alex Yursha. Differential Revision: https://reviews.llvm.org/D45903 llvm-svn: 354203
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
-rw-r--r--llvm/docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 2f89d9baa30..adb23bd5ac2 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/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
<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*
OpenPOWER on IntegriCloud