New entry.

llvm-svn: 29310
This commit is contained in:
Evan Cheng 2006-07-26 21:49:52 +00:00
parent b03f452544
commit 27c53dc36e

View File

@ -729,3 +729,8 @@ float uint32_2_float( unsigned u ) {
0000002a flds (%esp,1)
0000002d addl $0x04,%esp
00000030 ret
//===---------------------------------------------------------------------===//
When using fastcc abi, align stack slot of argument of type double on 8 byte
boundary to improve performance.