llvm-6502/lib/Transforms
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
..
Hello Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
InstCombine Move MaximumAlignment to be a member of the Value class. 2010-07-30 21:07:05 +00:00
Instrumentation Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
IPO The BlockExtractorPass() constructor was not reading the BlockFile and that was 2010-07-31 00:32:17 +00:00
Scalar Add missing newline to debug statement. 2010-07-30 20:27:01 +00:00
Utils simplify 2010-07-28 15:52:43 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00