mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-27 13:20:29 +00:00
Fix a thinko and unbreak sparc default CC
llvm-svn: 57368
This commit is contained in:
parent
0c6ea38b92
commit
e44fccb2f0
@ -18,8 +18,8 @@
|
||||
// Sparc 32-bit C return-value convention.
|
||||
def RetCC_Sparc32 : CallingConv<[
|
||||
CCIfType<[i32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,
|
||||
CCIfType<[f32], CCAssignToReg<[F1, F3, F5, F7]>>,
|
||||
CCIfType<[f64], CCAssignToReg<[D0, D2]>>
|
||||
CCIfType<[f32], CCAssignToReg<[F0, F1, F2, F3]>>,
|
||||
CCIfType<[f64], CCAssignToReg<[D0, D1]>>
|
||||
]>;
|
||||
|
||||
// Sparc 32-bit C Calling convention.
|
||||
|
Loading…
Reference in New Issue
Block a user