mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
e1186e3b90
llvm-svn: 2992
12 lines
161 B
C++
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
|
|
|
|
|