[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. llvm-svn: 308643
Loading
Please register or sign in to comment