Commits

Chris Lattner committed 0f082498837
fix isSingleBlockUsage to work in the face of dead code. It is used to reject obviously broken cases (when an alloc stack has its dealloc_stack in the same block as the allocation, it checks that there are no uses in other blocks) but this isn't correct: uses in dead blocks are fine. Just ignore them. Swift SVN r24357