diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-12-14 19:45:32 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-12-14 19:45:32 +0000 |
commit | e89546eb7d995ddc8c91b41f8eaf29a958ad4eaf (patch) | |
tree | 2f609d76bae99296ae7b93a5f6a2ab692d31fe59 | |
parent | 0e8dbc6d5abec245bcd8b7c289138912228a0f23 (diff) |
This is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32584 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/X86/README-SSE.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index 4bfebc1561..fd6dd95d49 100644 --- a/lib/Target/X86/README-SSE.txt +++ b/lib/Target/X86/README-SSE.txt @@ -535,8 +535,3 @@ to loads from constant pool. Floating point max / min are commutable when -enable-unsafe-fp-path is specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other nodes which are selected to max / min instructions that are marked commutable. - -//===---------------------------------------------------------------------===// - -Add MOVDI2SSrr and MOVDSS2DIrr to X86RegisterInfo::foldMemoryOperand() once the -recent X86 JIT regressions have been identified and fixed. |