summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMehwish Nagda <nagda@cs.uiuc.edu>2002-07-22 22:06:56 +0000
committerMehwish Nagda <nagda@cs.uiuc.edu>2002-07-22 22:06:56 +0000
commitc4e9a14847eccd07302c4d93b21b0be288d4b2b9 (patch)
treedf1804972529a773f282856fb801aa4fea5271af /include
parenteef796c767407aff5f29bd061a58c99b9b97927b (diff)
downloadllvm-c4e9a14847eccd07302c4d93b21b0be288d4b2b9.tar.gz
llvm-c4e9a14847eccd07302c4d93b21b0be288d4b2b9.tar.bz2
llvm-c4e9a14847eccd07302c4d93b21b0be288d4b2b9.tar.xz
Moved to Reoptimizer/Mapping directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MappingInfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/llvm/CodeGen/MappingInfo.h b/include/llvm/CodeGen/MappingInfo.h
deleted file mode 100644
index aa8efaf893..0000000000
--- a/include/llvm/CodeGen/MappingInfo.h
+++ /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
-
-