1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

*** empty log message ***

llvm-svn: 2912
This commit is contained in:
Mehwish Nagda 2002-07-15 23:56:27 +00:00
parent b73d836e54
commit c2f7ac0eec

View File

@ -0,0 +1,11 @@
#ifndef LLVM_CODEGEN_MAPPINGINFO_H
#define LLVM_CODEGEN_MAPPINGINFO_H
#include <iosfwd>
class Pass;
Pass *MappingInfoForFunction(std::ostream &out);
#endif