forked from OSchip/llvm-project
GCC3.0 is reported to die without an alloca definition.
llvm-svn: 2186
This commit is contained in:
parent
8690ac124f
commit
3abd752f90
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue