Moved to Reoptimizer/Mapping directory

llvm-svn: 2991
This commit is contained in:
Mehwish Nagda 2002-07-22 22:06:56 +00:00
parent aaf425bb4d
commit 08580d4f91
1 changed files with 0 additions and 11 deletions

View File

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