From 4a888584eaa61a12505baa2e70152f9b76f6bb27 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 29 Aug 2006 21:42:58 +0000 Subject: [PATCH] Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29962 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86ISelDAGToDAG.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 //===----------------------------------------------------------------------===// -- 2.11.0