Give pass a name

llvm-svn: 12290
This commit is contained in:
Brian Gaeke 2004-03-11 19:23:15 +00:00
parent d313bdfa43
commit c028910d25
1 changed files with 1 additions and 0 deletions
llvm/lib/Target/SparcV9

View File

@ -48,6 +48,7 @@ namespace {
visit(F);
return true;
}
const char *getPassName() const { return "SparcV9 Instr. Pre-selection"; }
// These methods do the actual work of specializing code
void visitInstruction(Instruction &I); // common work for every instr.