Refactor and clean up a bunch more code. No major functionality changes.
[oota-llvm.git] / tools / bugpoint / CodeGeneratorBug.cpp
index 449aadd62f2d56e4e39b5401b25bb2f7372660ee..8569bb9337d92c1fe1dd0bf5fa6f39d4c09c5e77 100644 (file)
@@ -59,7 +59,7 @@ namespace llvm {
 bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
                                           bool KeepFiles) {
   std::cout << "Testing functions: ";
-  BD.PrintFunctionList(Funcs);
+  PrintFunctionList(Funcs);
   std::cout << "\t";
 
   // Clone the module for the two halves of the program we want.