moved from CodeGen to this dir
authorMehwish Nagda <nagda@cs.uiuc.edu>
Mon, 22 Jul 2002 22:09:35 +0000 (22:09 +0000)
committerMehwish Nagda <nagda@cs.uiuc.edu>
Mon, 22 Jul 2002 22:09:35 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2992 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/MappingInfo.h [new file with mode: 0644]

diff --git a/lib/Target/SparcV9/MappingInfo.h b/lib/Target/SparcV9/MappingInfo.h
new file mode 100644 (file)
index 0000000..aa8efaf
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef LLVM_CODEGEN_MAPPINGINFO_H
+#define LLVM_CODEGEN_MAPPINGINFO_H
+
+#include <iosfwd>
+class Pass;
+
+Pass *MappingInfoForFunction(std::ostream &out);
+
+#endif
+
+