summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
diff options
context:
space:
mode:
authorGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>2017-06-13 15:35:27 +0000
committerGheorghe-Teodor Bercea <gheorghe-teod.bercea@ibm.com>2017-06-13 15:35:27 +0000
commit47633db42e671d947db655ffd434d4324e66bdb1 (patch)
treef2d0d05c289bf7b2d0accb3929724bfb5ba33669 /clang/lib/CodeGen/CGOpenMPRuntime.cpp
parent54ef4bafbe4a0e7f427ad017f3b0698899fea020 (diff)
downloadbcm5719-llvm-47633db42e671d947db655ffd434d4324e66bdb1.tar.gz
bcm5719-llvm-47633db42e671d947db655ffd434d4324e66bdb1.zip
Add comma to comment.
llvm-svn: 305294
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntime.cpp')
-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 468838e56e3..8d83255ac13 100644
--- a/clang/lib/CodeGen/CGOpenMPRuntime.cpp
+++ b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -6327,7 +6327,7 @@ bool CGOpenMPRuntime::emitTargetGlobalVariable(GlobalDecl GD) {
}
}
- // If we are in target mode we do not emit any global (declare target is not
+ // If we are in target mode, we do not emit any global (declare target is not
// implemented yet). Therefore we signal that GD was processed in this case.
return true;
}
OpenPOWER on IntegriCloud