diff --git a/lib/Target/X86/X86ISelDAGToDAG.cpp b/lib/Target/X86/X86ISelDAGToDAG.cpp index 6605473f17a..3322f8847a0 100644 --- a/lib/Target/X86/X86ISelDAGToDAG.cpp +++ b/lib/Target/X86/X86ISelDAGToDAG.cpp @@ -39,10 +39,6 @@ #include using namespace llvm; -#include "llvm/Support/CommandLine.h" -static cl::opt X86ISelPreproc("enable-x86-isel-preprocessing", cl::Hidden, - cl::desc("Enable isel preprocessing on X86")); - //===----------------------------------------------------------------------===// // Pattern Matcher Implementation //===----------------------------------------------------------------------===//