X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FARM%2FARMCallingConv.td;h=7cffd824ee43c3afb6895d497735262ef307129a;hb=d11898db4c8d9233af7539bc09d26bdf707e03cc;hp=b1c1f3eab19c5f555f4f43978947e60a317472a8;hpb=9f5baa3c7e01e632722a0d7c37b3aa82591bc8a8;p=oota-llvm.git diff --git a/lib/Target/ARM/ARMCallingConv.td b/lib/Target/ARM/ARMCallingConv.td index b1c1f3eab19..7cffd824ee4 100644 --- a/lib/Target/ARM/ARMCallingConv.td +++ b/lib/Target/ARM/ARMCallingConv.td @@ -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]>>,