summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.h
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
commitf60b91cbe333963c4a077972b3491429815314ee (patch)
tree848a92952cdc7aed6044041bdeb4eb5d93df0fdf /lib/Target/X86/X86.h
parent6a1e0e6c7bd8080ab429817aeeb278f281111f64 (diff)
downloadllvm-f60b91cbe333963c4a077972b3491429815314ee.tar.gz
llvm-f60b91cbe333963c4a077972b3491429815314ee.tar.bz2
llvm-f60b91cbe333963c4a077972b3491429815314ee.tar.xz
Disable the pattern isel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86.h')
-rw-r--r--lib/Target/X86/X86.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h
index 54e2861a5f..3b5360ef87 100644
--- a/lib/Target/X86/X86.h
+++ b/lib/Target/X86/X86.h
@@ -29,12 +29,6 @@ class IntrinsicLowering;
///
FunctionPass *createX86SimpleInstructionSelector(TargetMachine &TM);
-/// createX86PatternInstructionSelector - This pass converts an LLVM function
-/// into a machine code representation using pattern matching and a machine
-/// description file.
-///
-FunctionPass *createX86PatternInstructionSelector(TargetMachine &TM);
-
/// createX86SSAPeepholeOptimizerPass - Create a pass to perform SSA-based X86
/// specific peephole optimizations.
///