diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-20 18:01:48 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-20 18:01:48 -0400 |
commit | 95901f3a5fa0ec18128030c915d1d94bade5de94 (patch) | |
tree | 53c66d5230fa398688c1a5fefcd2e266ba577db6 /llvm.hpp | |
parent | c546646cd46e9b523c3457fa6e867951ac37daba (diff) |
global env; alloca locals
kinda messy
Diffstat (limited to 'llvm.hpp')
-rw-r--r-- | llvm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ struct LLVMState LLVMState(); - llvm::Value *createPush(); + llvm::Value *createPush(llvm::Value *var); llvm::Value *createPop(); llvm::Function *createFunction(const std::string& name); llvm::BasicBlock *createEntry(llvm::Function *func); |