OSDN Git Service

Use alloca instead of a C99 style array. This should fix the
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Tue, 28 Sep 2004 02:47:38 +0000 (02:47 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Tue, 28 Sep 2004 02:47:38 +0000 (02:47 +0000)
commit0ee6e2a6daaef3c04fcbf70cd9811895788ce662
treecea3165427a037231bccc5793b52c9315893ea61
parent200a360ec66b4d016c17d6f8e3ea559b1fd07205
Use alloca instead of a C99 style array. This should fix the
compilation problem in windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16535 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetSchedInfo.cpp