mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Restore 'nice name' to pass
llvm-svn: 7840
This commit is contained in:
parent
4651096037
commit
c8890366ee
@ -66,6 +66,7 @@ class PeepholeOpts: public BasicBlockPass {
|
||||
public:
|
||||
PeepholeOpts(const TargetMachine &T): target(T) { }
|
||||
bool runOnBasicBlock(BasicBlock &BB); // apply this pass to each BB
|
||||
virtual const char *getPassName() const { return "Peephole Optimization"; }
|
||||
};
|
||||
|
||||
/* Apply a list of peephole optimizations to this machine instruction
|
||||
|
Loading…
Reference in New Issue
Block a user