diff options
-rw-r--r-- | lib/Target/SparcV9/SparcV9PeepholeOpts.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp b/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp index 3912f4e762..c965dae6ff 100644 --- a/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp +++ b/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp @@ -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 |