aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehwish Nagda <nagda@cs.uiuc.edu>2002-07-22 22:09:35 +0000
committerMehwish Nagda <nagda@cs.uiuc.edu>2002-07-22 22:09:35 +0000
commit5fb72ae7c3951ed2d2729ff275f097b61ab91f94 (patch)
tree428925e11e0ef7f819c33a55f0b33faa5c7fb7b1
parentc4e9a14847eccd07302c4d93b21b0be288d4b2b9 (diff)
moved from CodeGen to this dir
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2992 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/MappingInfo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/MappingInfo.h b/lib/Target/SparcV9/MappingInfo.h
new file mode 100644
index 0000000000..aa8efaf893
--- /dev/null
+++ b/lib/Target/SparcV9/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
+
+