1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove unnecessary readme entry

llvm-svn: 53722
This commit is contained in:
Nate Begeman 2008-07-17 17:21:14 +00:00
parent 778e45e748
commit 64f8f7f6bb

View File

@ -1707,12 +1707,3 @@ _test:
ret
it would be better to codegen as: x+~y (notl+addl)
//===---------------------------------------------------------------------===//
We should consider using __i686.get_pc_thunk.bx for MOVPC32r (used for PIC)
on targets that support it, such as Linux and similar targets, in place of
the call-a-label trick. It's said to be friendlier to branch-prediction
hardware because it pairs a ret with the call.
//===---------------------------------------------------------------------===//