This is done.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 15 Dec 2006 05:50:39 +0000 (05:50 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 15 Dec 2006 05:50:39 +0000 (05:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32591 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README-SSE.txt

index fd6dd95d4957f0c6620439c52b9464e0bae1fb1b..bab5373d6521a69a337849e85a328daa0379472d 100644 (file)
@@ -18,11 +18,6 @@ Think about doing i64 math in SSE regs.
 
 //===---------------------------------------------------------------------===//
 
-Bitcast to<->from SSE registers should use movd/movq instead of going through
-the stack.  Testcase here: CodeGen/X86/bitcast.ll
-
-//===---------------------------------------------------------------------===//
-
 This testcase should have no SSE instructions in it, and only one load from
 a constant pool: