diff --git a/src/jitlayers.h b/src/jitlayers.h index 49030fbe8cbf0..43fdc9b83b89b 100644 --- a/src/jitlayers.h +++ b/src/jitlayers.h @@ -246,7 +246,7 @@ struct jl_codegen_params_t { SmallVector cfuncs; std::map global_targets; jl_array_t *temporary_roots = nullptr; - SmallSet temporary_roots_set; + SmallSet temporary_roots_set; std::map, GlobalVariable*> external_fns; std::map ditypes; std::map llvmtypes;