Appease older gcc compilers for the many-microtask-args.c test
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 30 Aug 2016 19:28:58 +0000 (19:28 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 30 Aug 2016 19:28:58 +0000 (19:28 +0000)
commit0af717970c1f023e8ac327aa5ecde6c369b069db
tree8cd0c784b104f246422203762eca5d96089f3515
parent9cbc8db016e1d7e09fe87c370c0bc68414cbdb29
Appease older gcc compilers for the many-microtask-args.c test

Older gcc compilers error out with the C99 syntax of: for (int i =...)
so this change just moves the int i; declaration up above.

llvm-svn: 280138
openmp/runtime/test/misc_bugs/many-microtask-args.c