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:
20d13ea
)
Add decl. for new mapping info pass factory method.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 3 Jun 2004 05:02:59 +0000
(
05:02
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 3 Jun 2004 05:02:59 +0000
(
05:02
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13979
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 bf725a0a0fe40fd71e015cada5514e569970f1dc..346a5f7cb90a9c0922d5cf5def33e4cddb53a4fa 100644
(file)
--- a/
lib/Target/SparcV9/MappingInfo.h
+++ b/
lib/Target/SparcV9/MappingInfo.h
@@
-24,6
+24,7
@@
namespace llvm {
class Pass;
Pass *getMappingInfoAsmPrinterPass(std::ostream &out);
+Pass *createInternalGlobalMapperPass();
class MappingInfo {
struct byteVector : public std::vector <unsigned char> {