diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-10-20 19:30:57 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-10-20 19:30:57 +0000 |
commit | 94a114fc3902692018f15b0b27ab9fc57d6cb747 (patch) | |
tree | 246ebef6bbe102611452d4307677d643f5a95667 /openmp/runtime/src/kmp_sched.cpp | |
parent | 1311ff13401f67becd2adbf4538d4711f1ae0e18 (diff) | |
download | bcm5719-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_sched.cpp')
-rw-r--r-- | openmp/runtime/src/kmp_sched.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_sched.cpp b/openmp/runtime/src/kmp_sched.cpp index b45e9475711..0fa1a698a6c 100644 --- a/openmp/runtime/src/kmp_sched.cpp +++ b/openmp/runtime/src/kmp_sched.cpp @@ -2,7 +2,6 @@ * kmp_sched.cpp -- static scheduling -- iteration initialization */ - //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure @@ -12,7 +11,6 @@ // //===----------------------------------------------------------------------===// - /* Static scheduling initialization. NOTE: team->t.t_nproc is a constant inside of any dispatch loop, however |