1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/bugpoint
Rafael Espindola 75734bc143 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.

llvm-svn: 109936
2010-07-31 00:32:17 +00:00
..
BugDriver.cpp Add a Program argument to diffProgram to avoid a use of swapProgramIn. 2010-07-30 14:19:00 +00:00
BugDriver.h Add a Program argument to diffProgram to avoid a use of swapProgramIn. 2010-07-30 14:19:00 +00:00
bugpoint.cpp Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch 2010-07-20 08:26:15 +00:00
CMakeLists.txt Don't forget cmake! 2010-04-14 05:35:20 +00:00
CrashDebugger.cpp Instead of abusing swapProgramIn, just add a Module argument to 2010-07-28 18:12:30 +00:00
ExecutionDriver.cpp Add a Program argument to diffProgram to avoid a use of swapProgramIn. 2010-07-30 14:19:00 +00:00
ExtractFunction.cpp The BlockExtractorPass() constructor was not reading the BlockFile and that was 2010-07-31 00:32:17 +00:00
FindBugs.cpp Add a Program argument to diffProgram to avoid a use of swapProgramIn. 2010-07-30 14:19:00 +00:00
ListReducer.h Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
Makefile Bugpoint no longer uses exceptions. 2010-04-14 04:40:31 +00:00
Miscompilation.cpp Add a Program argument to diffProgram to avoid a use of swapProgramIn. 2010-07-30 14:19:00 +00:00
OptimizerDriver.cpp Instead of abusing swapProgramIn, just add a Module argument to 2010-07-28 18:12:30 +00:00
TestPasses.cpp Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
ToolRunner.cpp Use the right gcc tool args for IsARMArchitecture. 2010-07-29 00:52:16 +00:00
ToolRunner.h Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00