xo-jit: cosmetic -- code layout
This commit is contained in:
parent
585e4cc35c
commit
7e1f3c8cb5
1 changed files with 6 additions and 6 deletions
|
|
@ -97,6 +97,11 @@ namespace xo {
|
|||
ir_pipeline_ = new IrPipeline(llvm_cx_);
|
||||
} /*recreate_llvm_ir_pipeline*/
|
||||
|
||||
const DataLayout &
|
||||
MachPipeline::data_layout() const {
|
||||
return this->jit_->data_layout();
|
||||
}
|
||||
|
||||
const ExecutionSession *
|
||||
MachPipeline::xsession() const {
|
||||
return this->jit_->xsession();
|
||||
|
|
@ -113,11 +118,6 @@ namespace xo {
|
|||
return this->jit_->target_triple();
|
||||
}
|
||||
|
||||
const DataLayout &
|
||||
MachPipeline::data_layout() const {
|
||||
return this->jit_->data_layout();
|
||||
}
|
||||
|
||||
std::vector<std::string>
|
||||
MachPipeline::get_function_name_v() {
|
||||
std::vector<std::string> retval;
|
||||
|
|
@ -242,7 +242,7 @@ namespace xo {
|
|||
|
||||
llvm_membertype_v.push_back(td_to_llvm_type(llvm_cx,
|
||||
sm.get_member_td()));
|
||||
}
|
||||
}
|
||||
|
||||
std::string struct_name = std::string(struct_td->short_name());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue