Displaying 1 result from an estimated 1 matches for "branchlist".
Did you mean:
branchinst
2003 Nov 20
3
[LLVMdev] Basic Block Chaining
...s something like:
Function::chainBasicBlock( BasicBlock* bb )
{
BasicBlock& previous = this->back();
TerminatorInst* terminator = previous.getTerminator();
if ( ! terminator )
{
BranchInst* branch = new BranchInst(bb);
previous.push_back( branch );
}
BranchList.push_back( bb );
}
Reid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031120/caf0f79e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
T...