Fix 64 bit compile errors
This commit is contained in:
parent
8765cf2016
commit
c960742dbd
42 changed files with 99 additions and 62 deletions
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
#include "r_compiler/llvm_include.h"
|
||||
#include "ssa_function.h"
|
||||
#include "ssa_int.h"
|
||||
#include "ssa_scope.h"
|
||||
#include "ssa_value.h"
|
||||
#include "r_compiler/llvm_include.h"
|
||||
|
||||
SSAFunction::SSAFunction(const std::string name)
|
||||
: name(name), return_type(llvm::Type::getVoidTy(SSAScope::context())), func()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue