aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-08-29 21:42:58 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-08-29 21:42:58 +0000
commit4a888584eaa61a12505baa2e70152f9b76f6bb27 (patch)
treef400b8a79d9dc5a882ac87d327491b7f29849fc9
parente3a1069870825fdd61624c79d875c983f1bceab0 (diff)
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29962 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86ISelDAGToDAG.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/X86ISelDAGToDAG.cpp b/lib/Target/X86/X86ISelDAGToDAG.cpp
index 6605473f17..3322f8847a 100644
--- a/lib/Target/X86/X86ISelDAGToDAG.cpp
+++ b/lib/Target/X86/X86ISelDAGToDAG.cpp
@@ -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
//===----------------------------------------------------------------------===//