search for: getnumsuccessorsv

Displaying 1 result from an estimated 1 matches for "getnumsuccessorsv".

Did you mean: getnumsuccessors
2010 Sep 02
4
[LLVMdev] [LLVMDev] [Question] about TerminatorInst
Under what circumstances will a TerminatorInst will have multiple successors? The three methods: virtual BasicBlock *getSuccessorV(unsigned idx) const = 0; virtual unsigned getNumSuccessorsV() const = 0; virtual void setSuccessorV(unsigned idx, BasicBlock *B) = 0; are defined for the TerminatorInst class, but I cannot see why a terminator is allowed to go to different targets. Thanks, Jeff Kunkel -------------- next part -------------- An HTML attachment was scrubbed... URL: <ht...