summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelPattern.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-15 23:02:17 +0000
committerChris Lattner <sabre@nondot.org>2004-08-15 23:02:17 +0000
commit1d088db15e24c81ea602682444b06dc75e659acd (patch)
treed6afeeac0aacec5cb334a63944a8bf773a14cfc3 /llvm/lib/Target/X86/X86ISelPattern.cpp
parent9f714c8d35717ad7bdb660c2d1cbcf7b979a842e (diff)
downloadbcm5719-llvm-1d088db15e24c81ea602682444b06dc75e659acd.tar.gz
bcm5719-llvm-1d088db15e24c81ea602682444b06dc75e659acd.zip
Disable the pattern isel
llvm-svn: 15787
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelPattern.cpp')
-rw-r--r--llvm/lib/Target/X86/X86ISelPattern.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86ISelPattern.cpp b/llvm/lib/Target/X86/X86ISelPattern.cpp
index 99a4f04cf86..626d047fab4 100644
--- a/llvm/lib/Target/X86/X86ISelPattern.cpp
+++ b/llvm/lib/Target/X86/X86ISelPattern.cpp
@@ -14,6 +14,11 @@
//
//===----------------------------------------------------------------------===//
+/// NOTE: This whole selector is completely disabled. This is only retained
+/// for historical interest and future work. It will probably change
+/// substantially in the future.
+#if 0
+
#include "X86.h"
#include "llvm/Pass.h"
#include "llvm/Function.h"
@@ -122,3 +127,5 @@ void ISel::expandCall(SelectionDAG &SD, CallInst &CI) {
FunctionPass *llvm::createX86PatternInstructionSelector(TargetMachine &TM) {
return new ISel(TM);
}
+
+#endif
OpenPOWER on IntegriCloud