diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-02-03 18:54:24 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-02-03 18:54:24 +0000 |
| commit | 23d55f25470c638451e7fa7b1d819b8693a3bb8e (patch) | |
| tree | c47815aafcba0f4cbcda38cacbc804b2b511b48f /llvm/lib/Target/X86/X86.h | |
| parent | c40855863837be8be8da04f1b187696178dc8d27 (diff) | |
| download | bcm5719-llvm-23d55f25470c638451e7fa7b1d819b8693a3bb8e.tar.gz bcm5719-llvm-23d55f25470c638451e7fa7b1d819b8693a3bb8e.zip | |
Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is now
obsolete. yaay :)
llvm-svn: 25939
Diffstat (limited to 'llvm/lib/Target/X86/X86.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index c29fef2e607..6d645f19b41 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/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. |

