summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-19 20:34:20 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-19 20:34:20 +0000
commitae4a9ae0b132b9a4d3c0aeaa45092fdd0b6bb0a3 (patch)
tree728221f08ac987f482495bbae225907232c8fcb8 /docs/ProgrammersManual.rst
parente37dd04b10226dd5683e6f75acc1852502604cc3 (diff)
downloadllvm-ae4a9ae0b132b9a4d3c0aeaa45092fdd0b6bb0a3.tar.gz
llvm-ae4a9ae0b132b9a4d3c0aeaa45092fdd0b6bb0a3.tar.bz2
llvm-ae4a9ae0b132b9a4d3c0aeaa45092fdd0b6bb0a3.tar.xz
Documentation: replace some non-ASCII characters by equivalent markup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.rst')
-rw-r--r--docs/ProgrammersManual.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst
index fefe497eb3..8fbd2e142b 100644
--- a/docs/ProgrammersManual.rst
+++ b/docs/ProgrammersManual.rst
@@ -2249,13 +2249,13 @@ accomplished by the following scheme:
A bit-encoding in the 2 LSBits (least significant bits) of the ``Use::Prev``
allows to find the start of the ``User`` object:
-* ``00`` –> binary digit 0
+* ``00`` --- binary digit 0
-* ``01`` –> binary digit 1
+* ``01`` --- binary digit 1
-* ``10`` –> stop and calculate (``s``)
+* ``10`` --- stop and calculate (``s``)
-* ``11`` –> full stop (``S``)
+* ``11`` --- full stop (``S``)
Given a ``Use*``, all we have to do is to walk till we get a stop and we either
have a ``User`` immediately behind or we have to walk to the next stop picking