aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehwish Nagda <nagda@cs.uiuc.edu>2002-07-15 23:56:27 +0000
committerMehwish Nagda <nagda@cs.uiuc.edu>2002-07-15 23:56:27 +0000
commit0226fdb6e7fa88321aa43a8824532be3d85b03d9 (patch)
tree202e786a283b0a672db20d3be20e29469e2f40df
parentb43086b4b7a3e79f71fc19d150803ca3c912975c (diff)
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2912 91177308-0d34-0410-b5e6-96231b3b80d8
-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
+
+