summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_settings.cpp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2017-10-20 19:30:57 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2017-10-20 19:30:57 +0000
commit94a114fc3902692018f15b0b27ab9fc57d6cb747 (patch)
tree246ebef6bbe102611452d4307677d643f5a95667 /openmp/runtime/src/kmp_settings.cpp
parent1311ff13401f67becd2adbf4538d4711f1ae0e18 (diff)
downloadbcm5719-llvm-94a114fc3902692018f15b0b27ab9fc57d6cb747.tar.gz
bcm5719-llvm-94a114fc3902692018f15b0b27ab9fc57d6cb747.zip
Apply formatting changes
.clang-format's comments are removed and a (hopefully) final set of formatting changes are applied. Differential Revision: https://reviews.llvm.org/D38837 Differential Revision: https://reviews.llvm.org/D38920 llvm-svn: 316227
Diffstat (limited to 'openmp/runtime/src/kmp_settings.cpp')
-rw-r--r--openmp/runtime/src/kmp_settings.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/openmp/runtime/src/kmp_settings.cpp b/openmp/runtime/src/kmp_settings.cpp
index 767ae8c313f..b4328e70652 100644
--- a/openmp/runtime/src/kmp_settings.cpp
+++ b/openmp/runtime/src/kmp_settings.cpp
@@ -2,7 +2,6 @@
* kmp_settings.cpp -- Initialize environment variables
*/
-
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
@@ -12,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
-
#include "kmp.h"
#include "kmp_affinity.h"
#include "kmp_atomic.h"
@@ -24,7 +22,7 @@
#include "kmp_settings.h"
#include "kmp_str.h"
#include "kmp_wrapper_getpid.h"
-#include <ctype.h> // toupper()
+#include <ctype.h> // toupper()
static int __kmp_env_toPrint(char const *name, int flag);
@@ -4928,7 +4926,6 @@ static void __kmp_aux_env_initialize(kmp_env_blk_t *block) {
if (value) {
ompc_set_dynamic(__kmp_global.g.g_dynamic);
}
-
}
void __kmp_env_initialize(char const *string) {
@@ -4960,7 +4957,7 @@ void __kmp_env_initialize(char const *string) {
}
}
-// We need to know if blocktime was set when processing OMP_WAIT_POLICY
+ // We need to know if blocktime was set when processing OMP_WAIT_POLICY
blocktime_str = __kmp_env_blk_var(&block, "KMP_BLOCKTIME");
// Special case. If we parse environment, not a string, process KMP_WARNINGS
OpenPOWER on IntegriCloud