summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-07-17 17:21:14 +0000
committerNate Begeman <natebegeman@mac.com>2008-07-17 17:21:14 +0000
commit3851e29e201dcffd969539f77d6ed8a5149eb7fc (patch)
treeff21b5e6a8a4dbc6b1b0c54ce804a554d126e4ff
parentd9256a7ceb22d62af32b83d09ff4b4ad2a996325 (diff)
downloadbcm5719-llvm-3851e29e201dcffd969539f77d6ed8a5149eb7fc.tar.gz
bcm5719-llvm-3851e29e201dcffd969539f77d6ed8a5149eb7fc.zip
Remove unnecessary readme entry
llvm-svn: 53722
-rw-r--r--llvm/lib/Target/X86/README.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt
index 80368546c99..2374659a519 100644
--- a/llvm/lib/Target/X86/README.txt
+++ b/llvm/lib/Target/X86/README.txt
@@ -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.
-
-//===---------------------------------------------------------------------===//
OpenPOWER on IntegriCloud