diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-23 10:54:26 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-23 10:54:26 +0000 |
commit | 492a263ffd3579abcaf15eb12918580841e197a3 (patch) | |
tree | bf113f2246391f07ab05b58b37539f337e59142c /llvm/lib/CodeGen | |
parent | b342572667cb81332d6dc9b6a1655a2fd6847901 (diff) | |
download | bcm5719-llvm-492a263ffd3579abcaf15eb12918580841e197a3.tar.gz bcm5719-llvm-492a263ffd3579abcaf15eb12918580841e197a3.zip |
Added #include <alloca.h>
llvm-svn: 3491
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index 91956f53a4d..e27b25ce25d 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/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; |