[PPCG] Compile fix for MSVC.
commiteeba81d310324f59fa61d72b1403c21601cda70b
authorMichael Kruse <llvm@meinersbur.de>
Thu, 20 Jul 2017 18:04:54 +0000 (20 18:04 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 20 Jul 2017 18:04:54 +0000 (20 18:04 +0000)
tree0736d9513b153ccda8eedeed347028f21d7c5f50
parent5a9c4323874eab8c35d8e853a61e483e33fa96ad
[PPCG] Compile fix for MSVC.

Visual Studio, even the 2017 version, does not support C99 VLAs.

For VLA paramters, the length of the outermost dimension is not
required anyway, so remove it.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@308643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/External/ppcg/grouping.c