r220668 - Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Oct 27 01:08:19 PDT 2014
Author: chapuni
Date: Mon Oct 27 03:08:18 2014
New Revision: 220668
URL: http://llvm.org/viewvc/llvm-project?rev=220668&view=rev
Log:
Fix unicode chars into ascii in comment lines.
Modified:
cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp?rev=220668&r1=220667&r2=220668&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp Mon Oct 27 03:08:18 2014
@@ -376,7 +376,7 @@ void CGOpenMPRuntime::EmitOMPSerialCall(
CGF.EmitRuntimeCall(RTLFn, EndSerArgs);
}
-// If weâre inside an (outlined) parallel region, use the region infoâs
+// If we're inside an (outlined) parallel region, use the region info's
// thread-ID variable (it is passed in a first argument of the outlined function
// as "kmp_int32 *gtid"). Otherwise, if we're not inside parallel region, but in
// regular serial code region, get thread ID by calling kmp_int32
More information about the cfe-commits
mailing list