aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrForest.cpp
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-08-23 10:54:26 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-08-23 10:54:26 +0000
commit6656c43ac725861bf2d8ee3a73714f5f0fbb3955 (patch)
tree9e97c6c9f53d1ebd18ee32a8ac2e3d128655386d /lib/CodeGen/InstrSelection/InstrForest.cpp
parentcfa4f4a10229b8a516e602e890a0487462959a54 (diff)
Added #include <alloca.h>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSelection/InstrForest.cpp')
-rw-r--r--lib/CodeGen/InstrSelection/InstrForest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp
index 91956f53a4..e27b25ce25 100644
--- a/lib/CodeGen/InstrSelection/InstrForest.cpp
+++ b/lib/CodeGen/InstrSelection/InstrForest.cpp
@@ -21,6 +21,7 @@
#include "llvm/Type.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/STLExtras.h"
+#include <alloca.h>
using std::cerr;
using std::vector;