From: Mehwish Nagda Date: Mon, 22 Jul 2002 22:09:35 +0000 (+0000) Subject: moved from CodeGen to this dir X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5fb72ae7c3951ed2d2729ff275f097b61ab91f94;p=oota-llvm.git moved from CodeGen to this dir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2992 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/MappingInfo.h b/lib/Target/SparcV9/MappingInfo.h new file mode 100644 index 00000000000..aa8efaf893e --- /dev/null +++ b/lib/Target/SparcV9/MappingInfo.h @@ -0,0 +1,11 @@ +#ifndef LLVM_CODEGEN_MAPPINGINFO_H +#define LLVM_CODEGEN_MAPPINGINFO_H + +#include +class Pass; + +Pass *MappingInfoForFunction(std::ostream &out); + +#endif + +