GCC3.0 is reported to die without an alloca definition.

llvm-svn: 2186
This commit is contained in:
Chris Lattner 2002-04-09 03:37:11 +00:00
parent 8690ac124f
commit 3abd752f90
1 changed files with 1 additions and 0 deletions

View 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;