GCC3.0 is reported to die without an alloca definition.
[oota-llvm.git] / lib / CodeGen / InstrSelection / InstrForest.cpp
index 0934e7bbd566d97be277bf276dc9c9e0c1f13f36..95803cd1a409de94b071510fc1aa3967fb8e99bd 100644 (file)
@@ -28,6 +28,7 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "Support/STLExtras.h"
+#include <alloca.h>
 #include <iostream>
 using std::cerr;
 using std::vector;