mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Added #include <alloca.h>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfa4f4a102
commit
6656c43ac7
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user