Remove an item. It's done.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 1 Feb 2006 00:15:53 +0000 (00:15 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 1 Feb 2006 00:15:53 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25860 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index becf9a459b800a133682866ce314e13516b9e198..9e75f8ecc0e7fb4e7da747c8d14a696e47387e42 100644 (file)
@@ -242,27 +242,6 @@ other fast SSE modes.
 
 //===---------------------------------------------------------------------===//
 
-cd Regression/CodeGen/X86
-llvm-as < setuge.ll | llc -march=x86 -mcpu=yonah -enable-x86-sse
-
-_cmp:
-        subl $4, %esp
-        leal 20(%esp), %eax
-        movss 12(%esp), %xmm0
-        leal 16(%esp), %ecx
-        ucomiss 8(%esp), %xmm0
-        cmovb %ecx, %eax
-1)      movss (%eax), %xmm0
-1)      movss %xmm0, (%esp)
-        flds (%esp)
-        addl $4, %esp
-        ret
-
-
-1) We shouldn't load into XMM regs only to store it back.
-
-//===---------------------------------------------------------------------===//
-
 Think about doing i64 math in SSE regs.
 
 //===---------------------------------------------------------------------===//