summaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.rst
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2014-05-14 08:10:16 +0000
committerJay Foad <jay.foad@gmail.com>2014-05-14 08:10:16 +0000
commit8517c90a0aa4084b3e1ce0df259694bcf62767e2 (patch)
tree2a20652bb3bfe88004e9942e1738e78547277411 /docs/CodeGenerator.rst
parent5fa4d1cd1abda014d687ce36b8ff90e0626429fd (diff)
downloadllvm-8517c90a0aa4084b3e1ce0df259694bcf62767e2.tar.gz
llvm-8517c90a0aa4084b3e1ce0df259694bcf62767e2.tar.bz2
llvm-8517c90a0aa4084b3e1ce0df259694bcf62767e2.tar.xz
Fix strange typo in markup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.rst')
-rw-r--r--docs/CodeGenerator.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst
index 3bc8ce1a97..cc099465b8 100644
--- a/docs/CodeGenerator.rst
+++ b/docs/CodeGenerator.rst
@@ -1993,7 +1993,7 @@ Tail Calls
This box indicates whether the target supports guaranteed tail calls. These are
calls marked "`tail <LangRef.html#i_call>`_" and use the fastcc calling
-convention. Please see the `tail call section more more details`_.
+convention. Please see the `tail call section`_ for more details.
.. _feat_segstacks:
@@ -2011,7 +2011,7 @@ Basic support exists on the X86 backend. Currently vararg doesn't work and the
object files are not marked the way the gold linker expects, but simple Go
programs can be built by dragonegg.
-.. _tail call section more more details:
+.. _tail call section:
Tail call optimization
----------------------