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
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/