Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 16 Jun 2003 21:54:01 +0000 (21:54 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 16 Jun 2003 21:54:01 +0000 (21:54 +0000)
commitad95d9ef50cbd789025dbff8a1e018650cbcdc7f
treeb65b2fdf28df6eacbe0e7d54e3a0a81237f3e24b
parent5c91898e57336d8457bddce63e4d7ba7fedc936e
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
so that we can easily change its use to be conditional on the result of
an autoconf test later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6723 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/Alloca.h [new file with mode: 0644]
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/Support/SystemUtils.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/X86/X86CodeEmitter.cpp
support/lib/Support/SystemUtils.cpp
tools/bugpoint/SystemUtils.cpp