summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-09 04:00:08 +0000
committerChris Lattner <sabre@nondot.org>2008-06-09 04:00:08 +0000
commitf3a4fea145f8e18316cd5f1f72b7616e56b3b716 (patch)
tree291a4b29f0227a10c0308ab67c154e0d962a9640 /docs
parentd10e467ad961f7c3b548ee2f2de8a576a245e25a (diff)
downloadllvm-f3a4fea145f8e18316cd5f1f72b7616e56b3b716.tar.gz
llvm-f3a4fea145f8e18316cd5f1f72b7616e56b3b716.tar.bz2
llvm-f3a4fea145f8e18316cd5f1f72b7616e56b3b716.tar.xz
linkify, this requires pulling CodeGenerator.html into 2.3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ea893134a1..c8664940d7 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -425,9 +425,10 @@ faster:</p>
'i' form when possible instead of always loading the value in a register.
This saves an instruction and reduces register use.</li>
-<li>Added support for PIC/GOT style tail calls on x86/32 and initial support
- for tail calls on PowerPC 32 (it may also work on ppc64 but not
- thoroughly tested).</li>
+<li>Added support for PIC/GOT style <a
+ href="CodeGenerator.html#tailcallopt">tail calls</a> on X86/32 and initial
+ support for tail calls on PowerPC 32 (it may also work on PowerPC 64 but is
+ not thoroughly tested).</li>
</ul>
</div>