diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-06-03 05:02:59 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-06-03 05:02:59 +0000 |
commit | 36e5254e4de0a03485b51f5b830db0ea65272e38 (patch) | |
tree | 3a7c95d5a0dd1e1e2f354ef56c119830c293bdfd | |
parent | 20d13ea5f62fb1ef7153f360dc10c013f742284d (diff) |
Add decl. for new mapping info pass factory method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13979 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/MappingInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/MappingInfo.h b/lib/Target/SparcV9/MappingInfo.h index bf725a0a0f..346a5f7cb9 100644 --- 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> { |