New entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29310 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-07-26 21:49:52 +00:00
parent e2cfe5d232
commit ae1d33f82d

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.