Moved to Reoptimizer/Mapping directory
authorMehwish Nagda <nagda@cs.uiuc.edu>
Mon, 22 Jul 2002 22:06:56 +0000 (22:06 +0000)
committerMehwish Nagda <nagda@cs.uiuc.edu>
Mon, 22 Jul 2002 22:06:56 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2991 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MappingInfo.h [deleted file]

diff --git a/include/llvm/CodeGen/MappingInfo.h b/include/llvm/CodeGen/MappingInfo.h
deleted file mode 100644 (file)
index aa8efaf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef LLVM_CODEGEN_MAPPINGINFO_H
-#define LLVM_CODEGEN_MAPPINGINFO_H
-
-#include <iosfwd>
-class Pass;
-
-Pass *MappingInfoForFunction(std::ostream &out);
-
-#endif
-
-