1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

update a note

llvm-svn: 25918
This commit is contained in:
Chris Lattner 2006-02-02 23:50:22 +00:00
parent 935255c984
commit 66d0341e73

View File

@ -86,6 +86,9 @@ It would be better to materialize .CPI_X into a register, then use immediates
off of the register to avoid the lis's. This is even more important in PIC
mode.
Note that this (and the static variable version) is discussed here for GCC:
http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00133.html
===-------------------------------------------------------------------------===
Implement Newton-Rhapson method for improving estimate instructions to the