mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
Add decl. for new mapping info pass factory method.
llvm-svn: 13979
This commit is contained in:
parent
e83914344f
commit
a960c641e0
@ -24,6 +24,7 @@ namespace llvm {
|
||||
class Pass;
|
||||
|
||||
Pass *getMappingInfoAsmPrinterPass(std::ostream &out);
|
||||
Pass *createInternalGlobalMapperPass();
|
||||
|
||||
class MappingInfo {
|
||||
struct byteVector : public std::vector <unsigned char> {
|
||||
|
Loading…
Reference in New Issue
Block a user