1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/Sparc/MappingInfo.h
Mehwish Nagda e1186e3b90 moved from CodeGen to this dir
llvm-svn: 2992
2002-07-22 22:09:35 +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