summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2014-03-04 22:56:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2014-03-04 22:56:57 +0000
commitbc03027dd81d073e93b433f7e9dd804cd4188f47 (patch)
tree51ed7e0a2ff76cf9bb01c4851d79aed0415626d4 /lib
parent6e5887e7e6f5d7aa8bd85074788090de0378dcb0 (diff)
downloadllvm-bc03027dd81d073e93b433f7e9dd804cd4188f47.tar.gz
llvm-bc03027dd81d073e93b433f7e9dd804cd4188f47.tar.bz2
llvm-bc03027dd81d073e93b433f7e9dd804cd4188f47.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMCallingConv.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMCallingConv.td b/lib/Target/ARM/ARMCallingConv.td
index b1c1f3eab1..7cffd824ee 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]>>,