mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +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
lib
@ -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…
x
Reference in New Issue
Block a user