Wrap const MDNode * inside DIDescriptor.
[oota-llvm.git] / tools / bugpoint / BugDriver.h
index e259dd95ce9894cdc32d5ce33909ec65bd9340f5..e5b7373f04c0f6d516a4f8fc1f5680f787ebb97d 100644 (file)
 #define BUGDRIVER_H
 
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Support/CommandLine.h"
 #include <vector>
 #include <string>
 
-extern llvm::cl::opt<bool> StripDebug;
-
 namespace llvm {
 
 class Value;