Add support for partial redefs to the fast register allocator.
[oota-llvm.git] / tools / bugpoint / OptimizerDriver.cpp
index 9f712e097a74b6386177bba9bde8030faa76cfd0..3a6149b24a529f8657852b5c895a447c15f9c389 100644 (file)
@@ -45,8 +45,6 @@ namespace {
   // ChildOutput - This option captures the name of the child output file that
   // is set up by the parent bugpoint process
   cl::opt<std::string> ChildOutput("child-output", cl::ReallyHidden);
-  cl::opt<bool> UseValgrind("enable-valgrind",
-                            cl::desc("Run optimizations through valgrind"));
 }
 
 /// writeProgramToFile - This writes the current "Program" to the named bitcode