Remove dead code.

llvm-svn: 29962
This commit is contained in:
Evan Cheng 2006-08-29 21:42:58 +00:00
parent 014a2dd53d
commit b28800f4d5
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@
#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
//===----------------------------------------------------------------------===//