*** empty log message ***

llvm-svn: 2912
This commit is contained in:
Mehwish Nagda 2002-07-15 23:56:27 +00:00
parent 6c9544a2a0
commit bbe64808db
1 changed files with 11 additions and 0 deletions

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