xo-jit: fix: xo::ref::rp -> xo::rp
This commit is contained in:
parent
1f0c0cb71d
commit
7e088e0262
6 changed files with 13 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace xo {
|
||||
namespace jit {
|
||||
IrPipeline::IrPipeline(ref::rp<LlvmContext> llvm_cx)
|
||||
IrPipeline::IrPipeline(rp<LlvmContext> llvm_cx)
|
||||
{
|
||||
using std::make_unique;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue