aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-01 06:08:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-01 06:08:48 +0000
commit214a79423f8d102c07e16acf7a25850aeb7c8520 (patch)
tree97f85eb7cfa5a948c8a8798fb1d97ed97a803f45
parent657416cfba9f0b2823cf885391441971edcf4190 (diff)
Remove another entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25871 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 90ed0a348d..995de4d6f2 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -227,11 +227,6 @@ cvtsi2sd 8(%esp), %xmm0
//===---------------------------------------------------------------------===//
-This instruction selector selects 'int X = 0' as 'mov Reg, 0' not 'xor Reg,Reg'
-This is bigger and slower.
-
-//===---------------------------------------------------------------------===//
-
LSR should be turned on for the X86 backend and tuned to take advantage of its
addressing modes.