Older gcc compilers error out with the C99 syntax of: for (int i =...) so this change just moves the int i; declaration up above. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@280138 91177308-0d34-0410-b5e6-96231b3b80d8
Older gcc compilers error out with the C99 syntax of: for (int i =...) so this change just moves the int i; declaration up above. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@280138 91177308-0d34-0410-b5e6-96231b3b80d8