blob: aa8efaf893e2012609fecd13df47b1ebec6d0a31 [file] [log] [blame]
Mehwish Nagda5fb72ae2002-07-22 22:09:35 +00001#ifndef LLVM_CODEGEN_MAPPINGINFO_H
2#define LLVM_CODEGEN_MAPPINGINFO_H
3
4#include <iosfwd>
5class Pass;
6
7Pass *MappingInfoForFunction(std::ostream &out);
8
9#endif
10
11