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:
0321b68
)
Correct DestroyMachineFunction's getPassName
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 27 Feb 2004 21:01:14 +0000
(21:01 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 27 Feb 2004 21:01:14 +0000
(21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11929
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index 76e770727fa61da22f50f674ee88a31d4d870c62..293937276b0a4d10f4e4a2eea66a3b0b148a31d1 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/
lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@
-82,7
+82,7
@@
namespace {
};
struct DestroyMachineFunction : public FunctionPass {
- const char *getPassName() const { return "
Free
MachineFunction"; }
+ const char *getPassName() const { return "
Destroy
MachineFunction"; }
static void freeMachineCode(Instruction &I) {
MachineCodeForInstruction::destroy(&I);