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:
8f03405
)
Add a pass name for -time-passes output
author
Chris Lattner
<sabre@nondot.org>
Mon, 22 Aug 2005 18:28:09 +0000
(18:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 22 Aug 2005 18:28:09 +0000
(18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22970
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64ISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64ISelPattern.cpp
b/lib/Target/IA64/IA64ISelPattern.cpp
index bf5aa565f248851952b52bed7f97a578cd264af5..1ca4176c3a5a218a43e6daa728392b71785a16f3 100644
(file)
--- a/
lib/Target/IA64/IA64ISelPattern.cpp
+++ b/
lib/Target/IA64/IA64ISelPattern.cpp
@@
-441,6
+441,7
@@
namespace {
// a dag->dag to transform mul-by-constant-int to shifts+adds/subs
SDOperand BuildConstmulSequence(SDOperand N);
+ const char *getPassName() const { return "IA64 Instruction Selector"; }
};
}