Commit ba41eae9 authored by Jonathan Peyton's avatar Jonathan Peyton
Browse files

Merging r280138:

------------------------------------------------------------------------
r280138 | jlpeyton | 2016-08-30 14:28:58 -0500 (Tue, 30 Aug 2016) | 5 lines

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: 287558
parent 6b2aaa62
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment