<div dir="ltr"><div><div><div><div>Hi, <br></div>I need to addDestination to some basic blocks<br></div>I used the following code<br><br><br> Value* Address;<br>  IndirectBrInst *IBI = IndirectBrInst::Create(Address, Result.size(),i->getTerminator() );<br>
      <br>IBI->addDestination(i);<br></div><div><br></div><div>The following error was issued<br><br>void llvm::IndirectBrInst::init(llvm::Value *, unsigned int): Assertion `Address && Address->getType()->isPointerTy() && "Address of indirectbr must be a pointer"' failed.<br>
<br><br></div><div>I need to know the steps to add new indirect branch to a basic block with this method<br clear="all"></div></div><div><div><div><div><div><div><br>-- <br><div dir="ltr"><b><span style="color:rgb(0,0,102)">Rasha Salah Omar</span><br style="color:rgb(0,0,102)">
<span style="color:rgb(0,0,102)">Msc Student at E-JUST</span><br style="color:rgb(0,0,102)"><span style="color:rgb(0,0,102)">Demonestrator  at Faculty of Computers and Informatics</span><br style="color:rgb(0,0,102)"><span style="color:rgb(0,0,102)">Benha University</span><br>
</b></div>
</div></div></div></div></div></div></div>