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:
866dc1d
)
Rename the pass creator fn to mimic the other creator fn names.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 18 Sep 2003 17:37:35 +0000
(17:37 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 18 Sep 2003 17:37:35 +0000
(17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8598
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/MappingInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/MappingInfo.h
b/lib/Target/SparcV9/MappingInfo.h
index aa07bfbf71b4a59ea8558ff25b7f2e2fc83cf0ff..e1bbcc0fa1647c712b49437b57e94446bed83bc3 100644
(file)
--- a/
lib/Target/SparcV9/MappingInfo.h
+++ b/
lib/Target/SparcV9/MappingInfo.h
@@
-13,7
+13,7
@@
#include <string>
class Pass;
-Pass *getMappingInfo
Collector
(std::ostream &out);
+Pass *getMappingInfo
AsmPrinterPass
(std::ostream &out);
class MappingInfo {
struct byteVector : public std::vector <unsigned char> {