blob: aa8efaf893e2012609fecd13df47b1ebec6d0a31 [file] [log] [blame]
#ifndef LLVM_CODEGEN_MAPPINGINFO_H
#define LLVM_CODEGEN_MAPPINGINFO_H
#include <iosfwd>
class Pass;
Pass *MappingInfoForFunction(std::ostream &out);
#endif