OSDN Git Service

Remove dead code.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 29 Aug 2006 21:42:58 +0000 (21:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 29 Aug 2006 21:42:58 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29962 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index 6605473..3322f88 100644 (file)
 #include <set>
 using namespace llvm;
 
-#include "llvm/Support/CommandLine.h"
-static cl::opt<bool> X86ISelPreproc("enable-x86-isel-preprocessing", cl::Hidden,
-                                  cl::desc("Enable isel preprocessing on X86"));
-
 //===----------------------------------------------------------------------===//
 //                      Pattern Matcher Implementation
 //===----------------------------------------------------------------------===//