diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2014-06-18 07:08:49 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2014-06-18 07:08:49 +0000 |
commit | 23b69426343f4cbfd12cabea483379e18ffd5e3e (patch) | |
tree | 46f621aea11eac996d82d1a946dfc72231943967 /clang/lib/CodeGen/CGOpenMPRuntime.h | |
parent | acf5bc16e3ff17440c243207438b9f6ed0f32e70 (diff) | |
download | bcm5719-llvm-23b69426343f4cbfd12cabea483379e18ffd5e3e.tar.gz bcm5719-llvm-23b69426343f4cbfd12cabea483379e18ffd5e3e.zip |
[OPENMP] Reformatting and code improvement.
llvm-svn: 211147
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntime.h')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index 368c2d897aa..862e8a148c5 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -31,7 +31,7 @@ class FunctionType; class StructType; class Type; class Value; -} +} // namespace llvm namespace clang { @@ -136,7 +136,7 @@ private: OpenMPGtidMapTy OpenMPGtidMap; public: - CGOpenMPRuntime(CodeGenModule &CGM); + explicit CGOpenMPRuntime(CodeGenModule &CGM); ~CGOpenMPRuntime() {} /// \brief Cleans up references to the objects in finished function. @@ -171,7 +171,7 @@ public: /// \return Specified function. llvm::Constant *CreateRuntimeFunction(OpenMPRTLFunction Function); }; -} -} +} // namespace CodeGen +} // namespace clang #endif |