Remove another entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25871 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-02-01 06:08:48 +00:00
parent 657416cfba
commit 214a79423f

View File

@ -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 LSR should be turned on for the X86 backend and tuned to take advantage of its
addressing modes. addressing modes.