Add decl. for new mapping info pass factory method.

llvm-svn: 13979
This commit is contained in:
Brian Gaeke 2004-06-03 05:02:59 +00:00
parent 1c0a0e2e36
commit 11cfb090b8
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace llvm {
class Pass;
Pass *getMappingInfoAsmPrinterPass(std::ostream &out);
Pass *createInternalGlobalMapperPass();
class MappingInfo {
struct byteVector : public std::vector <unsigned char> {