diff options
Diffstat (limited to 'lib/Target/X86/X86.h')
-rw-r--r-- | lib/Target/X86/X86.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h index c29fef2..6d645f1 100644 --- a/lib/Target/X86/X86.h +++ b/lib/Target/X86/X86.h @@ -38,11 +38,6 @@ FunctionPass *createX86ISelPattern(TargetMachine &TM); /// FunctionPass *createX86ISelDag(TargetMachine &TM); -/// createX86PeepholeOptimizer - Create a pass to perform X86 specific peephole -/// optimizations. -/// -FunctionPass *createX86PeepholeOptimizerPass(); - /// createX86FloatingPointStackifierPass - This function returns a pass which /// converts floating point register references and pseudo instructions into /// floating point stack references and physical instructions. |