Displaying 1 result from an estimated 1 matches for "label_switch_body_begin1".
Did you mean:
label_switch_body_begin
2012 Jun 17
3
[LLVMdev] BlockAddress instruction is copied instead of cloned during module link?
...nc->setAttributes(func_my_func_PAL);
BasicBlock* label_issue_top = BasicBlock::Create(mod->getContext(),
"issue.top",func_my_func,0);
BasicBlock* label_switch_body_begin =
BasicBlock::Create(mod->getContext(), "switch.body.begin",func_my_func,0);
BasicBlock* label_switch_body_begin1 =
BasicBlock::Create(mod->getContext(), "switch.body.begin1",func_my_func,0);
BasicBlock* label_switch_end = BasicBlock::Create(mod->getContext(),
"switch.end",func_my_func,0);
// Global Variable Declarations
GlobalVariable* gvar_array_switch_bbs = new
GlobalV...