summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-08-18 23:53:15 +0000
committerNate Begeman <natebegeman@mac.com>2005-08-18 23:53:15 +0000
commit73bfa7152481620d60bf63d5397dfe35bbc9c098 (patch)
tree129c67f7b6aed90a90140376213d51644e89eb8d /lib/Target/X86/X86.h
parentcfbf96aa9c3bd317548f72e022ba28a40353f95a (diff)
downloadllvm-73bfa7152481620d60bf63d5397dfe35bbc9c098.tar.gz
llvm-73bfa7152481620d60bf63d5397dfe35bbc9c098.tar.bz2
llvm-73bfa7152481620d60bf63d5397dfe35bbc9c098.tar.xz
Remove the X86 and PowerPC Simple instruction selectors; their time has
passed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22886 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 69f887afd8..f17dd8b495 100644
--- a/lib/Target/X86/X86.h
+++ b/lib/Target/X86/X86.h
@@ -32,12 +32,6 @@ enum X86VectorEnum {
extern X86VectorEnum X86Vector;
extern bool X86ScalarSSE;
-/// createX86SimpleInstructionSelector - This pass converts an LLVM function
-/// into a machine code representation in a very simple peep-hole fashion. The
-/// generated code sucks but the implementation is nice and simple.
-///
-FunctionPass *createX86SimpleInstructionSelector(TargetMachine &TM);
-
/// createX86PatternInstructionSelector - This pass converts an LLVM function
/// into a machine code representation in a more aggressive way.
///