summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-27 08:08:18 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-27 08:08:18 +0000
commit59c74b225a3dcd20517eb7cbeeb9e2149e702c0e (patch)
treec7d593778daabbf974a25ad9edb05f4e2f27b230 /clang
parent7ef5796b2025a6d731ace9ffd8c189163bc551cb (diff)
downloadbcm5719-llvm-59c74b225a3dcd20517eb7cbeeb9e2149e702c0e.tar.gz
bcm5719-llvm-59c74b225a3dcd20517eb7cbeeb9e2149e702c0e.zip
Fix unicode chars into ascii in comment lines.
llvm-svn: 220668
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGOpenMPRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.cpp b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
index 06dd680bc7b..65ed806d89c 100644
--- a/clang/lib/CodeGen/CGOpenMPRuntime.cpp
+++ b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -376,7 +376,7 @@ void CGOpenMPRuntime::EmitOMPSerialCall(CodeGenFunction &CGF,
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
OpenPOWER on IntegriCloud