mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
Give pass a name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db760d00c3
commit
c46f8a4f42
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user