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
This commit is contained in:
Chris Lattner 2008-06-09 04:00:08 +00:00
parent d10e467ad9
commit f3a4fea145

View 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>