Do not use variable sized arrays in C++, they are non-portable. Patch
authorChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 18:44:14 +0000 (18:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 18:44:14 +0000 (18:44 +0000)
commit6fcd8d848dc722537c32b91daea59f50b78a4eba
treedf620699b6e855f91377cd30d92dce7f8d083b1f
parent408f9995a1d04ca34a68bb470b0a7584b6d10121
Do not use variable sized arrays in C++, they are non-portable.  Patch
contributed by Morten Ofstad

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17217 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveVariables.cpp