rename LLVMZig to ZigLLVM

This commit is contained in:
Andrew Kelley
2016-09-09 12:25:16 -04:00
parent 077cd4b9a4
commit 1fa4d2a5af
7 changed files with 325 additions and 325 deletions

View File

@@ -763,7 +763,7 @@ void codegen_link(CodeGen *g, const char *out_file) {
fprintf(stderr, "---------------\n");
}
LLVMZigOptimizeModule(g->target_machine, g->module);
ZigLLVMOptimizeModule(g->target_machine, g->module);
if (g->verbose) {
LLVMDumpModule(g->module);