[llvm] r202905 - Remove a special character in comment that accidentially got committed.

Evan Cheng evan.cheng at apple.com
Tue Mar 4 14:56:58 PST 2014


Author: evancheng
Date: Tue Mar  4 16:56:57 2014
New Revision: 202905

URL: http://llvm.org/viewvc/llvm-project?rev=202905&view=rev
Log:
Remove a special character in comment that accidentially got committed.

Modified:
    llvm/trunk/lib/Target/ARM/ARMCallingConv.td

Modified: llvm/trunk/lib/Target/ARM/ARMCallingConv.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMCallingConv.td?rev=202905&r1=202904&r2=202905&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMCallingConv.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMCallingConv.td Tue Mar  4 16:56:57 2014
@@ -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]>>,





More information about the llvm-commits mailing list