moved from CodeGen to this dir

llvm-svn: 2992
This commit is contained in:
Mehwish Nagda 2002-07-22 22:09:35 +00:00
parent 08580d4f91
commit f6f772b1af
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