mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 09:25:25 +00:00
Peephole optimization pass on final machine code.
llvm-svn: 3863
This commit is contained in:
parent
2b35b84a5d
commit
43881f46b0
15
include/llvm/CodeGen/PeepholeOpts.h
Normal file
15
include/llvm/CodeGen/PeepholeOpts.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
//===-- llvm/CodeGen/PeepholeOpts.h ----------------------------*- C++ -*--===//
|
||||||
|
//
|
||||||
|
// External interface to peephole optimization pass operating on machine code.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
#ifndef LLVM_CODEGEN_PEEPHOLE_OPTS_H
|
||||||
|
#define LLVM_CODEGEN_PEEPHOLE_OPTS_H
|
||||||
|
|
||||||
|
class TargetMachine;
|
||||||
|
class Pass;
|
||||||
|
|
||||||
|
Pass *createPeepholeOptsPass(TargetMachine &Target);
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user