linkify, this requires pulling CodeGenerator.html into 2.3.
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 04:00:08 +0000 (04:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 04:00:08 +0000 (04:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52114 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index ea893134a1832c14c28bc0dd250982b0d1bb20c4..c8664940d7350b91c6ff95a7596c33708ffa47fc 100644 (file)
@@ -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>