[llvm-commits] [llvm] r53722 - /llvm/trunk/lib/Target/X86/README.txt

Nate Begeman natebegeman at mac.com
Thu Jul 17 10:21:14 PDT 2008


Author: sampo
Date: Thu Jul 17 12:21:14 2008
New Revision: 53722

URL: http://llvm.org/viewvc/llvm-project?rev=53722&view=rev
Log:
Remove unnecessary readme entry

Modified:
    llvm/trunk/lib/Target/X86/README.txt

Modified: llvm/trunk/lib/Target/X86/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/README.txt?rev=53722&r1=53721&r2=53722&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/README.txt (original)
+++ llvm/trunk/lib/Target/X86/README.txt Thu Jul 17 12:21:14 2008
@@ -1707,12 +1707,3 @@
 	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.
-
-//===---------------------------------------------------------------------===//





More information about the llvm-commits mailing list