mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 02:16:07 +00:00

gcc by default does not accept for loop declarations in C files (one must choose C99 mode first, which we don't). Place the declaration outside the loop, to make this code more conformant. llvm-svn: 257166