summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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
-
-