[LLVMdev] dead basic blocks

Chris Lattner sabre at nondot.org
Mon Nov 27 16:19:13 PST 2006


On Mon, 27 Nov 2006, Ryan M. Lefever wrote:
> 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?

That is right.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list