xo-jit: refactor: cosmetic
This commit is contained in:
parent
9bcb86e8bc
commit
596ecbdf66
2 changed files with 4 additions and 5 deletions
|
|
@ -45,9 +45,9 @@ namespace xo {
|
|||
|
||||
static llvm::ExitOnError llvm_exit_on_err;
|
||||
|
||||
std::unique_ptr<Jit> kal_jit = llvm_exit_on_err(Jit::Create());
|
||||
std::unique_ptr<Jit> jit = llvm_exit_on_err(Jit::Create());
|
||||
|
||||
return std::unique_ptr<MachPipeline>(new MachPipeline(std::move(kal_jit)
|
||||
return std::unique_ptr<MachPipeline>(new MachPipeline(std::move(jit)
|
||||
));
|
||||
} /*make*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue