mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Remove a special character in comment that accidentially got committed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e5887e7e6
commit
bc03027dd8
@ -65,7 +65,7 @@ def FastCC_ARM_APCS : CallingConv<[
|
||||
CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
|
||||
S9, S10, S11, S12, S13, S14, S15]>>,
|
||||
|
||||
// CPRCs may be allocated to co-processor registers or the stack – they
|
||||
// CPRCs may be allocated to co-processor registers or the stack - they
|
||||
// may never be allocated to core registers.
|
||||
CCIfType<[f32], CCAssignToStackWithShadow<4, 4, [Q0, Q1, Q2, Q3]>>,
|
||||
CCIfType<[f64], CCAssignToStackWithShadow<8, 4, [Q0, Q1, Q2, Q3]>>,
|
||||
|
Loading…
Reference in New Issue
Block a user