1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/include/llvm/CodeGen/MappingInfo.h
Mehwish Nagda c2f7ac0eec *** empty log message ***
llvm-svn: 2912
2002-07-15 23:56:27 +00:00

12 lines
161 B
C++

#ifndef LLVM_CODEGEN_MAPPINGINFO_H
#define LLVM_CODEGEN_MAPPINGINFO_H
#include <iosfwd>
class Pass;
Pass *MappingInfoForFunction(std::ostream &out);
#endif