Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This
fails when the basic block points to the function->end. Instead, require that the client pass in the function AND the basicblock to insert into. llvm-svn: 11112
Loading
Please register or sign in to comment