Displaying 1 result from an estimated 1 matches for "bb_next".
Did you mean:
  b_next
  
2009 Sep 01
1
[LLVMdev] [llvm-commits] SSI Patch
I tried to make 5 separate patches, but as they are constructive, they 
had information from the last one. So I will post one by one as it gets 
on the tree.
1. We had a function isUsedInTerminator that tested if a comparator was 
used in the terminator of its parent BasicBlock. This is wrong because a 
comparator can be created in a BasicBlock and used in the terminator of 
other BasicBlock, and