Do away with the strange use of BitVectors in SSI, and just use normal sets. This...
authorOwen Anderson <resistor@mac.com>
Sun, 4 Oct 2009 18:49:55 +0000 (18:49 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 4 Oct 2009 18:49:55 +0000 (18:49 +0000)
commit08993acada479073d1df7c614a600a42950ae36e
tree8a274e0c4edd760ccf6695673ff7e3b335e22790
parentb44fad7f95b9c0c65d5c772f6ed5084cf46283e9
Do away with the strange use of BitVectors in SSI, and just use normal sets.  This makes the code much more C++/LLVM-ish.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83286 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/SSI.h
lib/Transforms/Utils/SSI.cpp