forked from OSchip/llvm-project
parent
d313bdfa43
commit
c028910d25
|
@ -48,6 +48,7 @@ namespace {
|
||||||
visit(F);
|
visit(F);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
const char *getPassName() const { return "SparcV9 Instr. Pre-selection"; }
|
||||||
|
|
||||||
// These methods do the actual work of specializing code
|
// These methods do the actual work of specializing code
|
||||||
void visitInstruction(Instruction &I); // common work for every instr.
|
void visitInstruction(Instruction &I); // common work for every instr.
|
||||||
|
|
Loading…
Reference in New Issue