Rafael Espindola d720670393 The BlockExtractorPass() constructor was not reading the BlockFile and that was
exactly what bugpoint expected it to do.

There was also only one user of
BlockExtractorPass(const std::vector<BasicBlock*> &B), so just remove it and
make BlockExtractorPass read BlockFile.

This fixes bugpoint's block extraction.

Nick, please review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109936 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-31 00:32:17 +00:00
..
2010-04-15 11:33:14 +00:00
2009-08-11 11:01:19 +00:00
2010-07-23 03:42:55 +00:00
2010-04-13 20:52:50 +00:00
2010-07-20 20:55:57 +00:00