aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/CodeGen/MappingInfo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MappingInfo.h b/include/llvm/CodeGen/MappingInfo.h
new file mode 100644
index 0000000000..aa8efaf893
--- /dev/null
+++ b/include/llvm/CodeGen/MappingInfo.h
@@ -0,0 +1,11 @@
+#ifndef LLVM_CODEGEN_MAPPINGINFO_H
+#define LLVM_CODEGEN_MAPPINGINFO_H
+
+#include <iosfwd>
+class Pass;
+
+Pass *MappingInfoForFunction(std::ostream &out);
+
+#endif
+
+