diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-07-17 17:21:14 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-07-17 17:21:14 +0000 |
commit | 3b296b01628aa58d0afd2dbafa553c6ee67f1774 (patch) | |
tree | 2fac183bd2b3274c216f8202fc381be09a1e377e /lib | |
parent | 31ddf4c7cd7e66064d2bac0de8d4aa4f883ef1a8 (diff) | |
download | external_llvm-3b296b01628aa58d0afd2dbafa553c6ee67f1774.zip external_llvm-3b296b01628aa58d0afd2dbafa553c6ee67f1774.tar.gz external_llvm-3b296b01628aa58d0afd2dbafa553c6ee67f1774.tar.bz2 |
Remove unnecessary readme entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/X86/README.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 8036854..2374659 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. - -//===---------------------------------------------------------------------===// |