http://llvm.org/bugs/show_bug.cgi?id=2622
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Duncan Sands <[email protected]> 2009-04-22 08:53:50 --- This now compiles to pushl %ebp movl %esp, %ebp andl $-16, %esp movaps __unnamed_2_1, %xmm0 addps __unnamed_2_2, %xmm0 movlps %xmm0, __unnamed_2_3 movl %ebp, %esp popl %ebp ret -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
