Edit README in light of previous LEA16 commit.
authorChristopher Lamb <christopher.lamb@gmail.com>
Fri, 10 Aug 2007 21:29:05 +0000 (21:29 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Fri, 10 Aug 2007 21:29:05 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41009 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 4648630c974dfc068e046d3103bcf30a83af2cc2..7786f178b77b6f6bc828c7c94466b05ade243bfc 100644 (file)
@@ -402,9 +402,7 @@ L4:
 There are 3 issues:
 
 1. Lack of post regalloc LICM.
-2. Poor sub-regclass support. That leads to inability to promote the 16-bit
-   arithmetic op to 32-bit and making use of leal.
-3. LSR unable to reused IV for a different type (i16 vs. i32) even though
+2. LSR unable to reused IV for a different type (i16 vs. i32) even though
    the cast would be free.
 
 //===---------------------------------------------------------------------===//