From c4e9a14847eccd07302c4d93b21b0be288d4b2b9 Mon Sep 17 00:00:00 2001 From: Mehwish Nagda Date: Mon, 22 Jul 2002 22:06:56 +0000 Subject: [PATCH] Moved to Reoptimizer/Mapping directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2991 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MappingInfo.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/llvm/CodeGen/MappingInfo.h diff --git a/include/llvm/CodeGen/MappingInfo.h b/include/llvm/CodeGen/MappingInfo.h deleted file mode 100644 index aa8efaf893e..00000000000 --- a/include/llvm/CodeGen/MappingInfo.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef LLVM_CODEGEN_MAPPINGINFO_H -#define LLVM_CODEGEN_MAPPINGINFO_H - -#include -class Pass; - -Pass *MappingInfoForFunction(std::ostream &out); - -#endif - - -- 2.34.1