From 0226fdb6e7fa88321aa43a8824532be3d85b03d9 Mon Sep 17 00:00:00 2001 From: Mehwish Nagda Date: Mon, 15 Jul 2002 23:56:27 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2912 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MappingInfo.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/llvm/CodeGen/MappingInfo.h diff --git a/include/llvm/CodeGen/MappingInfo.h b/include/llvm/CodeGen/MappingInfo.h new file mode 100644 index 00000000000..aa8efaf893e --- /dev/null +++ b/include/llvm/CodeGen/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 + + -- 2.34.1