[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

Evan Cheng evan.cheng at apple.com
Tue Jan 31 22:09:00 PST 2006



Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.37 -> 1.38
---
Log message:

Remove another entry.


---
Diffs of the changes:  (+0 -5)

 README.txt |    5 -----
 1 files changed, 5 deletions(-)


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.37 llvm/lib/Target/X86/README.txt:1.38
--- llvm/lib/Target/X86/README.txt:1.37	Tue Jan 31 19:44:25 2006
+++ llvm/lib/Target/X86/README.txt	Wed Feb  1 00:08:48 2006
@@ -227,11 +227,6 @@
 
 //===---------------------------------------------------------------------===//
 
-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.
 






More information about the llvm-commits mailing list