diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-11 19:23:15 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-11 19:23:15 +0000 |
commit | c46f8a4f42f20370006476f9fdfa7ead1df0b0bf (patch) | |
tree | 419827bc5c114f7e2fdedff2619065a87f9f4ea5 | |
parent | db760d00c3db53e600a0fd4050f0be29bfc79b2c (diff) |
Give pass a name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12290 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9PreSelection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp index c992b1c7e2..90a5fa782c 100644 --- a/lib/Target/SparcV9/SparcV9PreSelection.cpp +++ b/lib/Target/SparcV9/SparcV9PreSelection.cpp @@ -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. |