summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MappingInfo.h
blob: aa8efaf893e2012609fecd13df47b1ebec6d0a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef LLVM_CODEGEN_MAPPINGINFO_H
#define LLVM_CODEGEN_MAPPINGINFO_H

#include <iosfwd>
class Pass;

Pass *MappingInfoForFunction(std::ostream &out);

#endif