diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-08-16 12:33:11 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-08-16 12:33:11 +0100 |
| commit | 5da6b74567793e15cf651be50edbfe407f42a714 (patch) | |
| tree | c629e026d2d3149b8868bd19972c28ec231071da /src/codegen/print_llvm.cpp | |
| parent | 6f7f82d87766d4d60165ea54f2ee760f9ad12bc0 (diff) | |
Compile with odin.exe and no run.bat
This is win32 only and requires CreateProcessA
Diffstat (limited to 'src/codegen/print_llvm.cpp')
| -rw-r--r-- | src/codegen/print_llvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/print_llvm.cpp b/src/codegen/print_llvm.cpp index 0f145d408..80bc320cb 100644 --- a/src/codegen/print_llvm.cpp +++ b/src/codegen/print_llvm.cpp @@ -561,7 +561,7 @@ void ssa_print_instr(gbFile *f, ssaModule *m, ssaValue *value) { ssa_fprintf(f, "\n"); } break; - case ssaInstr_CopyMemory: { + case ssaInstr_MemCopy: { ssa_fprintf(f, "call void @llvm.memmove.p0i8.p0i8."); ssa_print_type(f, m->sizes, t_int); ssa_fprintf(f, "(i8* "); |