mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Rename the pass creator fn to mimic the other creator fn names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
866dc1def7
commit
b92c5c0c15
@ -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
Block a user