[LLVMdev] dead basic blocks

Ryan M. Lefever lefever at crhc.uiuc.edu
Mon Nov 27 14:57:42 PST 2006


Am I correct that basic blocks, other than the entry basic block to a 
function, are unreachable if has no uses, i.e., (bb->use_empty == true), 
or are there exceptions to that rule?

Regards,
Ryan



More information about the llvm-dev mailing list