From: Chris Lattner Date: Thu, 14 Aug 2003 14:43:24 +0000 (+0000) Subject: Restore 'nice name' to pass X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a8e40f54e5a8133ab2fd988a66ee276b8e4784f0;p=oota-llvm.git Restore 'nice name' to pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7840 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp b/lib/Target/SparcV9/SparcV9PeepholeOpts.cpp index 3912f4e7629..c965dae6ff8 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