mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 22:26:16 +00:00
New entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29310 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2cfe5d232
commit
ae1d33f82d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user