From: Nate Begeman Date: Thu, 17 Jul 2008 17:21:14 +0000 (+0000) Subject: Remove unnecessary readme entry X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29681a53857b929fc8b4373884b8d958a144b9b7;p=oota-llvm.git Remove unnecessary readme entry git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53722 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 80368546c99..2374659a519 100644 --- a/lib/Target/X86/README.txt +++ b/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. - -//===---------------------------------------------------------------------===//