diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86.h')
-rw-r--r-- | llvm/lib/Target/X86/X86.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index 61d3123ef6b..eec254cff2f 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -18,6 +18,12 @@ class Pass; /// Pass *createX86SimpleInstructionSelector(TargetMachine &TM); +/// createX86PatternInstructionSelector - This pass converts an LLVM function +/// into a machine code representation using pattern matching and a machine +/// description file. +/// +Pass *createX86PatternInstructionSelector(TargetMachine &TM); + /// createX86PeepholeOptimizer - Create a pass to perform X86 specific peephole /// optimizations. /// |