projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db760d0
)
Give pass a name
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 11 Mar 2004 19:23:15 +0000
(19:23 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 11 Mar 2004 19:23:15 +0000
(19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12290
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9PreSelection.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9PreSelection.cpp
b/lib/Target/SparcV9/SparcV9PreSelection.cpp
index c992b1c7e2c81cf9fe28fec440ff89efa1247f4f..90a5fa782cf5522f2b62d2aff7ae424a084fd03f 100644
(file)
--- 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.