Remove unused variable warnings by moving variables.
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 8 Jun 2015 19:39:07 +0000 (19:39 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 8 Jun 2015 19:39:07 +0000 (19:39 +0000)
commit91b7870f42698b07e56b8172c20eb6e58cbdee97
treea824b91bf529c22edb9def4397df3ac96e51048f
parent2321d57f8b0d42f6ac5c4173478db1abaa20bb46
Remove unused variable warnings by moving variables.

As an ongoing effort to sanitize the openmp code, these changes move
variables under already existing macro guards.

Patch by Jack Howarth

llvm-svn: 239331
openmp/runtime/src/kmp_barrier.cpp
openmp/runtime/src/kmp_runtime.c