forked from OSchip/llvm-project
Rename the pass creator fn to mimic the other creator fn names.
llvm-svn: 8598
This commit is contained in:
parent
24e706c1ac
commit
310b1d899a
|
@ -13,7 +13,7 @@
|
|||
#include <string>
|
||||
class Pass;
|
||||
|
||||
Pass *getMappingInfoCollector(std::ostream &out);
|
||||
Pass *getMappingInfoAsmPrinterPass(std::ostream &out);
|
||||
|
||||
class MappingInfo {
|
||||
struct byteVector : public std::vector <unsigned char> {
|
||||
|
|
Loading…
Reference in New Issue