[LLVMdev] [LLVMDev] [Question] about TerminatorInst

Duncan Sands baldrick at free.fr
Thu Sep 2 10:15:55 PDT 2010


Hi Jeff,

> Under what circumstances will a TerminatorInst will have multiple successors?

for example when it is a condition branch (two successors), an invoke (also two
successors) or a switch (maybe many successors).

Ciao,

Duncan.



More information about the llvm-dev mailing list