CodeGeneratorBug.cpp:
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 30 Jul 2003 20:15:56 +0000 (20:15 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 30 Jul 2003 20:15:56 +0000 (20:15 +0000)
commitbe6bf5668c386fafbd0a7e1b1305b9ac6ab60ce2
treeff815e6c5f0935ce8c2fe3afee6316481e01dc93
parent9d679cbc6cb5c7dc8cca87a1e1548c480fb056b8
CodeGeneratorBug.cpp:
* Temporarily externing InputArgv to print it out for the benefit of LLI command
  needed to reproduce the result.
* Print out the list of functions currently being tested
* ListReducer now returns a bool if there was a failure, so test for it

ListReducer.h:
* Handle the case where there is no problem by returning true if failure is
  found. Also correctly handles the case when there is only 1 pass/function.

Miscompilation.cpp:
* ListReducer now returns a bool if there was a failure, so test for it

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7434 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/CodeGeneratorBug.cpp
tools/bugpoint/ListReducer.h
tools/bugpoint/Miscompilation.cpp