diff options
author | Evan Cheng <evan.cheng@apple.com> | 2014-03-04 22:56:57 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2014-03-04 22:56:57 +0000 |
commit | f1f45e754e142e599bbfd71eb5ca4ce737675b41 (patch) | |
tree | e5361bc06680629ad257804e8e7a6165b5a35425 | |
parent | 7f10fc480af15fa008381f83f6c1b78c5bfd12a3 (diff) | |
download | bcm5719-llvm-f1f45e754e142e599bbfd71eb5ca4ce737675b41.tar.gz bcm5719-llvm-f1f45e754e142e599bbfd71eb5ca4ce737675b41.zip |
Remove a special character in comment that accidentially got committed.
llvm-svn: 202905
-rw-r--r-- | llvm/lib/Target/ARM/ARMCallingConv.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMCallingConv.td b/llvm/lib/Target/ARM/ARMCallingConv.td index b1c1f3eab19..7cffd824ee4 100644 --- a/llvm/lib/Target/ARM/ARMCallingConv.td +++ b/llvm/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]>>, |