From 22eedf4eec990f90988af819c034787019440cbd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 27 Feb 2008 05:48:44 +0000 Subject: [PATCH] this code is correct but strange looking ;-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47659 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README-X86-64.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Target/X86/README-X86-64.txt b/lib/Target/X86/README-X86-64.txt index 59cecdf4f2c..efe3b73da5b 100644 --- a/lib/Target/X86/README-X86-64.txt +++ b/lib/Target/X86/README-X86-64.txt @@ -243,8 +243,7 @@ compiles to this code: _a: subq $8, %rsp cvttsd2siq %xmm0, %rax - movl $4294967295, %ecx - andq %rcx, %rax + movl %eax, %eax cvtsi2sdq %rax, %xmm0 addq $8, %rsp ret