[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Evan Cheng
evan.cheng at apple.com
Tue Aug 29 14:43:12 PDT 2006
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.102 -> 1.103
---
Log message:
Remove dead code.
---
Diffs of the changes: (+0 -4)
X86ISelDAGToDAG.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
diff -u llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.102 llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.103
--- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1.102 Tue Aug 29 13:37:37 2006
+++ llvm/lib/Target/X86/X86ISelDAGToDAG.cpp Tue Aug 29 16:42:58 2006
@@ -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
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list