summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit5ace2cd51234e86c0a4eece71d571055b4a06f35 (patch)
tree863f427b62198432fda9df1089837490e372ac9c /llvm/docs/CodeGenerator.rst
parent5182b5ae0c4157d61cb33afd0bdb1dc9eaa0b1c3 (diff)
downloadbcm5719-llvm-5ace2cd51234e86c0a4eece71d571055b4a06f35.tar.gz
bcm5719-llvm-5ace2cd51234e86c0a4eece71d571055b4a06f35.zip
Fix strange typo in markup.
llvm-svn: 208759
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
-rw-r--r--llvm/docs/CodeGenerator.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index 3bc8ce1a970..cc099465b8e 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/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
----------------------
OpenPOWER on IntegriCloud